bb808b5620
Moved tests for completion and their test data into module idea-completion
10 lines
145 B
Kotlin
Vendored
10 lines
145 B
Kotlin
Vendored
fun foo(p: String) {
|
|
for (i in p.<caret>)
|
|
}
|
|
|
|
fun String.extFun(): Collection<Int>{}
|
|
|
|
// EXIST: toString
|
|
// EXIST: substring
|
|
// EXIST: extFun
|