Files
kotlin-fork/idea/testData/completion/basic/common/InLongDotQualifiedExpression.kt
T
2013-04-11 20:00:29 +04:00

8 lines
106 B
Kotlin

// For KT-2796
fun test() {
val bVal = 1
b<caret>.app().app() // b is not there
}
// EXIST: bVal