Debugger: Do not assume we are inside the class body when in '}' (KT-15259)
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
val global = 2
|
||||
|
||||
fun makeFace() = object : ObjectFace {
|
||||
val inObject = 1
|
||||
<caret>}
|
||||
<caret>val inObject = 1
|
||||
}
|
||||
Reference in New Issue
Block a user