// KJS_WITH_FULL_RUNTIME // WITH_RUNTIME // IGNORE_BACKEND_FIR: JVM_IR var map: Map> = emptyMap() fun box(): String { map += "OK" to emptySet() return map.keys.first().toString() }