test for already used var
This commit is contained in:
@@ -117,6 +117,7 @@ public class SingleClassesTest {
|
||||
//@Test public void testSwitchOnStrings() { doTest("pkg/TestSwitchOnStrings");}
|
||||
//@Test public void testUnionType() { doTest("pkg/TestUnionType"); }
|
||||
//@Test public void testInnerClassConstructor2() { doTest("pkg/TestInner2"); }
|
||||
//@Test public void testInUse() { doTest("pkg/TestInUse"); }
|
||||
|
||||
private void doTest(String testFile, String... companionFiles) {
|
||||
ConsoleDecompiler decompiler = fixture.getDecompiler();
|
||||
|
||||
Reference in New Issue
Block a user