blob: 185af172991b93783736c2650fdfdc5efd27db78 [file] [log] [blame]
object A {
object B {
object C {
val ok = "OK"
}
}
}
fun box() = A.B.C.ok