4 lines
95 B
Kotlin
Vendored
4 lines
95 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo(c : Collection<String>){
|
|
c.filter<selection>{it; false}</selection>
|
|
} |