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