4 lines
97 B
Plaintext
Vendored
4 lines
97 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo(list: List<String>) {
|
|
<caret>val found = list.any { it.length > 0 }
|
|
} |