// FIX: Replace with '?: error("")' // WITH_RUNTIME fun test(map: Map) { val s = map[1] ?: error("") }