a9a30a1b7d
#KT-6496 Fixed
4 lines
126 B
Kotlin
Vendored
4 lines
126 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo(c : Collection<String>){
|
|
c.filterTo(ArrayList<String>())<selection>{ it.length() > 1 }</selection>
|
|
} |