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