Addressed review comments + additional test

This commit is contained in:
upnotes
2018-09-28 15:54:51 +02:00
committed by Roman Shevchenko
parent 44bfa867e5
commit eaa2830596
6 changed files with 171 additions and 24 deletions

View File

@@ -123,6 +123,7 @@ public class SingleClassesTest {
@Test public void testGroovyClass() { doTest("pkg/TestGroovyClass"); }
@Test public void testGroovyTrait() { doTest("pkg/TestGroovyTrait"); }
@Test public void testPrivateClasses() { doTest("pkg/PrivateClasses"); }
@Test public void testSuspendLambdaKt() { doTest("pkg/TestSuspendLambdaKt"); }
private void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();