Debugger: get topmost element at offset as contextElement

This commit is contained in:
Natalia Ukhorskaya
2015-08-25 13:24:24 +03:00
parent c6d29cc1d5
commit 06b13f1292
4 changed files with 43 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
fun foo() {
val a: Int? = 1
if (a != null) {
<caret> a
<caret>a
}
}