Debugger: implement findExpression method correctly to make work Alt+Click in debugger
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class MyClass {
|
||||
fun test() {
|
||||
<caret>this.test()
|
||||
}
|
||||
}
|
||||
|
||||
// EXPECTED: this.test()
|
||||
Reference in New Issue
Block a user