3 lines
79 B
Kotlin
3 lines
79 B
Kotlin
fun foo(c : Collection<String>){
|
|
c.filter<selection>{it; false}</selection>
|
|
} |