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