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