bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
119 B
Kotlin
Vendored
8 lines
119 B
Kotlin
Vendored
/// KT-1187 Wrong unnecessary completion
|
|
|
|
fun anyfun() {
|
|
a.b.c.d.e.f.<caret>
|
|
}
|
|
|
|
// INVOCATION_COUNT: 1
|
|
// NUMBER: 0 |