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