blob: 44e6814a7012d3c05de5da8ac899491d56e03a3f [file]
fun box(): String {
if (true) X::<!UNRESOLVED_REFERENCE!>y<!> else null
return "OK"
}
object X {
private val y = null
}