4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
fun foo(c : Collection<String>){
|
|
val function = { it; false }
|
|
c.filter(function)
|
|
} |