13 lines
174 B
Kotlin
Vendored
13 lines
174 B
Kotlin
Vendored
// SKIP_TXT
|
|
class Outer {
|
|
inner class Inner1 {
|
|
object Obj1
|
|
|
|
companion object Obj2
|
|
|
|
inner class Inner2 {
|
|
object Obj3
|
|
}
|
|
}
|
|
}
|