fixed lambda parameter names already used in the context
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user