13 lines
307 B
Kotlin
Vendored
13 lines
307 B
Kotlin
Vendored
// SKIP_TXT
|
|
class Outer {
|
|
inner class Inner1 {
|
|
<!NESTED_CLASS_NOT_ALLOWED("Object")!>object Obj1<!>
|
|
|
|
companion <!NESTED_CLASS_NOT_ALLOWED("Companion object")!>object Obj2<!>
|
|
|
|
inner class Inner2 {
|
|
<!NESTED_CLASS_NOT_ALLOWED("Object")!>object Obj3<!>
|
|
}
|
|
}
|
|
}
|