blob: bbb2c6db41032a415d8ec0d18090bb8f18ebef4a [file]
// KT-5159
object Test {
val a = "OK"
}
fun box(): String = Test?.a