// WITH_RUNTIME fun foo(c : Collection){ c.filterTo(ArrayList()){ it.length > 1 } }