test for super default method call

This commit is contained in:
Egor.Ushakov
2017-04-28 12:17:52 +03:00
parent 645b38d638
commit 790027c779
5 changed files with 42 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ public class SingleClassesTest {
//@Test public void testUnionType() { doTest("pkg/TestUnionType"); }
//@Test public void testInnerClassConstructor2() { doTest("pkg/TestInner2"); }
//@Test public void testInUse() { doTest("pkg/TestInUse"); }
//@Test public void testInterfaceSuper() { doTest("pkg/TestInterfaceSuper"); }
private void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();