Files
kotlin-fork/idea/idea-completion/testData/smart/LambdaValue1.kt
T
2015-07-22 21:04:30 +03:00

8 lines
121 B
Kotlin
Vendored

fun foo(list: List<String>) {
list.filter { it.<caret> }
}
// EXIST: isEmpty
// EXIST: isBlank
// ABSENT: substring