// WITH_RUNTIME // FIX: Change call to 'map' fun foo(c: Collection, f: Boolean) { c.mapNotNull { if (f) { return@mapNotNull } } }