Files
kotlin-fork/idea/testData/completion/smart/forLoopRange/AfterDot.kt
T
2015-02-10 16:13:50 +03:00

10 lines
145 B
Kotlin

fun foo(p: String) {
for (i in p.<caret>)
}
fun String.extFun(): Collection<Int>{}
// EXIST: toString
// EXIST: substring
// EXIST: extFun