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