IDEA-131658 try-catch-finally is not supported

This commit is contained in:
Egor.Ushakov
2014-10-21 18:06:04 +04:00
parent 0bcd7fba5c
commit d00bc545fe
5 changed files with 47 additions and 1 deletions

View File

@@ -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"); }
}