02d06b6390
^KT-46437 Fixed
9 lines
129 B
Kotlin
Vendored
9 lines
129 B
Kotlin
Vendored
fun box(): String {
|
|
if (true) <!INVISIBLE_MEMBER!>X::y<!> else null
|
|
return "OK"
|
|
}
|
|
|
|
object X {
|
|
private val y = null
|
|
}
|