Files
kotlin-fork/idea/testData/completion/basic/common/DoNotCompleteForErrorReceivers.kt
T
2013-07-04 20:49:31 +04:00

8 lines
107 B
Kotlin

/// KT-1187 Wrong unnecessary completion
fun anyfun() {
a.b.c.d.e.f.<caret>
}
// TIME: 1
// NUMBER: 0