c7af6de16b
#KT-1187 Fixed
7 lines
95 B
Kotlin
7 lines
95 B
Kotlin
// KT-1187 Wrong unnecessary completion
|
|
|
|
fun anyfun() {
|
|
a.b.c.d.e.f.<caret>
|
|
}
|
|
|
|
// NUMBER: 0 |