fixed static interface methods

This commit is contained in:
Egor.Ushakov
2017-04-26 20:14:23 +03:00
parent 6a7763922b
commit 478e6896e9
5 changed files with 31 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ public class SingleClassesTest {
//@Test public void TestSwitchOnStrings() { doTest("pkg/TestSwitchOnStrings");}
@Test public void testVarArgCalls() { doTest("pkg/TestVarArgCalls"); }
@Test public void testLambdaParams() { doTest("pkg/TestLambdaParams"); }
@Test public void testInterfaceMethods() { doTest("pkg/TestInterfaceMethods"); }
private void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();