Try-catch exception value is not visible in debugger's local variables

#KT-3070 Fixed
This commit is contained in:
Natalia Ukhorskaya
2014-06-20 15:54:37 +04:00
parent a17bcce682
commit bdc60441c0
3 changed files with 25 additions and 0 deletions
@@ -36,6 +36,11 @@ public class CheckLocalVariablesTableTestGenerated extends AbstractCheckLocalVar
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.TestsPackage", new File("compiler/testData/checkLocalVariablesTable"), Pattern.compile("^(.+)\\.kt$"), true);
}
@TestMetadata("catchClause.kt")
public void testCatchClause() throws Exception {
doTest("compiler/testData/checkLocalVariablesTable/catchClause.kt");
}
@TestMetadata("copyFunction.kt")
public void testCopyFunction() throws Exception {
doTest("compiler/testData/checkLocalVariablesTable/copyFunction.kt");