Debugger: implement findExpression method correctly to make work Alt+Click in debugger

This commit is contained in:
Natalia Ukhorskaya
2014-04-11 12:42:38 +04:00
parent bd737a32fb
commit 45d78dae5a
28 changed files with 404 additions and 6 deletions
@@ -0,0 +1,7 @@
fun foo() {
1.<caret>foo()
}
fun Int.foo() = 1
// EXPECTED: 1.foo()