[java decompiler] excludes false inner classes

This commit is contained in:
Roman Shevchenko
2017-12-05 12:57:55 +01:00
parent 93429bc8a5
commit acf6646941
7 changed files with 47 additions and 25 deletions

View File

@@ -111,6 +111,8 @@ public class SingleClassesTest {
//@Test public void testInUse() { doTest("pkg/TestInUse"); }
//@Test public void testInterfaceSuper() { doTest("pkg/TestInterfaceSuper"); }
@Test public void testGroovyTrait() { doTest("pkg/TestGroovyTrait"); }
private void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();