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