Debugger: Do not assume we are inside the class body when in '}' (KT-15259)

This commit is contained in:
Yan Zhulanow
2019-06-28 18:41:51 +09:00
parent a8efb349ed
commit 0f4085066f
5 changed files with 76 additions and 14 deletions
@@ -256,6 +256,11 @@ public class KotlinEvaluateExpressionTestGenerated extends AbstractKotlinEvaluat
runTest("idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/kt12206BasePropertyWithoutBackingField.kt");
}
@TestMetadata("kt15259.kt")
public void testKt15259() throws Exception {
runTest("idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/kt15259.kt");
}
@TestMetadata("kt17514.kt")
public void testKt17514() throws Exception {
runTest("idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/kt17514.kt");