Debugger: use partialBodyResolve. Don't compete variables defined after context element
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
val aaa1 = 1
|
||||
<caret>val t = 2
|
||||
val aaa3 = 2
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: aaa1
|
||||
// ABSENT: aaa3
|
||||
Reference in New Issue
Block a user