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