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