Make quick evaluate work on receiver in qualified expressions (KT-13269)

(cherry picked from commit 970ac5a)

 #KT-13269 Fixed
This commit is contained in:
Nikolay Krasko
2016-08-05 15:09:24 +03:00
committed by Nikolay Krasko
parent 7325baa06a
commit 7a4d20b4cf
10 changed files with 108 additions and 26 deletions
@@ -0,0 +1,7 @@
class MyClass {
fun test() {
<caret>this.test()
}
}
// EXPECTED: this