blob: b9dc2f5bee34efa4323919087697e7af2c7d0cc0 [file]
fun box(): String {
val x = "OK"
class Aaa {
val y = x
}
return Aaa().y
}