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