blob: 8da215017ca4ce6bf35778f68fe8e195eff5f936 [file] [log] [blame]
// WITH_RUNTIME
fun foo(c : Collection<String>){
c.filterTo(ArrayList<String>())<selection>{ it.length > 1 }</selection>
}