fixed lambda parameter names already used in the context

This commit is contained in:
Egor.Ushakov
2017-04-26 19:58:55 +03:00
parent d40f673689
commit 6a7763922b
7 changed files with 96 additions and 8 deletions

View File

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