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
+2 -2
View File
@@ -1,5 +1,5 @@
val global = 2
fun makeFace() = object : ObjectFace {
val inObject = 1
<caret>}
<caret>val inObject = 1
}