Debugger: implement findExpression method correctly to make work Alt+Click in debugger
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
val a = 1
|
||||
<caret>a foo 1
|
||||
}
|
||||
|
||||
fun Int.foo(i: Int) = 1
|
||||
|
||||
// EXPECTED: a
|
||||
Reference in New Issue
Block a user