blob: c1ff0233e9691e6a7ea17aecaa9b1056ba286cd9 [file]
// IGNORE_BACKEND_FIR: JVM_IR
fun box(): String {
return (object { val r = "OK" } ?: null)!!.r
}