tests for IDEA-135314 Inner classes constructors calls decompiled incorrectly

This commit is contained in:
Egor.Ushakov
2015-03-02 21:00:57 +03:00
parent 0488e1b937
commit ae2c64a157
12 changed files with 211 additions and 15 deletions

View File

@@ -58,5 +58,6 @@ public class SingleClassesTest extends SingleClassesTestBase {
@Test public void testAnonymousClass() { doTest("pkg/TestAnonymousClass"); }
@Test public void testThrowException() { doTest("pkg/TestThrowException"); }
@Test public void testInnerLocal() { doTest("pkg/TestInnerLocal"); }
@Test public void testInnerLocalPkg() { doTest("pkg/TestInnerLocalPkg"); }
@Test public void testInnerSignature() { doTest("pkg/TestInnerSignature"); }
}