//WITH_RUNTIME fun box(): String { val map: Map? = mapOf() return if (map?.get("") == true) "fail" else "OK" }