tests for IDEA-135314 Inner classes constructors calls decompiled incorrectly
This commit is contained in:
@@ -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"); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user