test for already used var

This commit is contained in:
Egor.Ushakov
2017-04-27 20:11:24 +03:00
parent 4de826363f
commit 645b38d638
4 changed files with 72 additions and 0 deletions

View File

@@ -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();