aeee8bafe6
#KT-8111 Fixed
5 lines
129 B
Plaintext
Vendored
5 lines
129 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo(c : Collection<String>){
|
|
val predicate: (String) -> Boolean = { it; false }
|
|
c.filter(predicate)
|
|
} |