KT-2796 Variable name is not completed in the receiver position of a chained call
#KT-2796 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// For KT-2796
|
||||
|
||||
fun test() {
|
||||
val bVal = 1
|
||||
b<caret>.app().app() // b is not there
|
||||
}
|
||||
|
||||
// EXIST: bVal
|
||||
Reference in New Issue
Block a user