IDEA-131658 try-catch-finally is not supported
This commit is contained in:
@@ -36,4 +36,5 @@ public class SingleClassesTest extends SingleClassesTestBase {
|
||||
@Test public void testInvalidMethodSignature() { doTest("InvalidMethodSignature"); }
|
||||
@Test public void testInnerClassConstructor() { doTest("pkg/TestInnerClassConstructor"); }
|
||||
@Test public void testInnerClassConstructor11() { doTest("v11/TestInnerClassConstructor"); }
|
||||
@Test public void testTryCatchFinally() { doTest("pkg/TestTryCatchFinally"); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user