fixed access to private outer class methods with params

This commit is contained in:
Egor.Ushakov
2017-01-23 18:07:50 +03:00
parent 85f61bee81
commit 45384fb8c5
6 changed files with 109 additions and 5 deletions

View File

@@ -97,6 +97,7 @@ public class SingleClassesTest {
@Test public void testLocalsNames() { doTest("pkg/TestLocalsNames"); }
@Test public void testAnonymousParamNames() { doTest("pkg/TestAnonymousParamNames"); }
@Test public void testAnonymousParams() { doTest("pkg/TestAnonymousParams"); }
@Test public void testAccessReplace() { doTest("pkg/TestAccessReplace"); }
private void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();