// WITH_RUNTIME fun foo(c : Collection){ val predicate: (String) -> Boolean = { it; false } c.filter(predicate) }