8 lines
66 B
Kotlin
Vendored
8 lines
66 B
Kotlin
Vendored
object A {
|
|
object B {
|
|
object C
|
|
}
|
|
}
|
|
|
|
val a = A.B.C
|