blob: 5993af509d6328773f52b6026a839ffd1bb94f53 [file]
// RUN_PIPELINE_TILL: FRONTEND
fun box(): String {
if (true) <!INVISIBLE_MEMBER!>X::y<!> else null
return "OK"
}
object X {
private val y = null
}
/* GENERATED_FIR_TAGS: functionDeclaration, ifExpression, nullableType, objectDeclaration, propertyDeclaration,
stringLiteral */