Debugger: Do not assume we are inside the class body when in '}' (KT-15259)
This commit is contained in:
Generated
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user