blob: 825473ddc4c7c97c496b1743e9873930a86b8048 [file]
// IGNORE_BACKEND_FIR: JVM_IR
private const val z = "OK";
fun box(): String {
return {
z
}()
}