// FIX: Replace with 'getOrElse' call // DISABLE-ERRORS // WITH_RUNTIME fun test(map: Map) { val s = map.getOrElse(1) { } }