Debugger: get topmost element at offset as contextElement
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
fun foo() {
|
||||
val a: Int? = 1
|
||||
if (a != null) {
|
||||
<caret> a
|
||||
<caret>a
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user