blob: 4da5b6708e47bdee270141f9aa68617fa57b8e22 [file]
// WITH_RUNTIME
fun box(): String {
val x: String
run {
x = "OK"
val y = x
}
return x
}
// 0 ObjectRef