[java decompiler] detecting Groovy synthetic constructor parameters

This commit is contained in:
Roman Shevchenko
2017-12-06 19:26:11 +01:00
parent f83c480383
commit a3332a5f31
9 changed files with 250 additions and 5 deletions

View File

@@ -111,6 +111,7 @@ public class SingleClassesTest {
//@Test public void testInUse() { doTest("pkg/TestInUse"); }
//@Test public void testInterfaceSuper() { doTest("pkg/TestInterfaceSuper"); }
@Test public void testGroovyClass() { doTest("pkg/TestGroovyClass"); }
@Test public void testGroovyTrait() { doTest("pkg/TestGroovyTrait"); }
private void doTest(String testFile, String... companionFiles) {