mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
18 lines
206 B
Kotlin
Vendored
18 lines
206 B
Kotlin
Vendored
class A {
|
|
inner class I {
|
|
companion object A
|
|
|
|
companion object B
|
|
|
|
companion object C
|
|
}
|
|
}
|
|
|
|
object O {
|
|
companion object A
|
|
|
|
companion object B
|
|
|
|
companion object C
|
|
}
|