KT-2796 Variable name is not completed in the receiver position of a chained call

#KT-2796 Fixed
This commit is contained in:
Nikolay Krasko
2012-11-08 17:14:12 +04:00
parent 91f7a094fe
commit dc5402337a
3 changed files with 17 additions and 12 deletions
@@ -0,0 +1,8 @@
// For KT-2796
fun test() {
val bVal = 1
b<caret>.app().app() // b is not there
}
// EXIST: bVal