Files
kotlin-fork/idea/idea-completion/testData/basic/common/InLambda.kt
T
2015-09-22 15:00:24 +02:00

10 lines
102 B
Kotlin
Vendored

fun foo(p: Iterable<D>) {
p.filter { it.<caret> }
}
interface D {
fun bar()
}
// EXIST: bar