Files
2021-03-01 16:57:54 +03:00

13 lines
267 B
Kotlin
Vendored

// SKIP_TXT
class Outer {
inner class Inner1 {
<!NESTED_CLASS_NOT_ALLOWED!>object Obj1<!>
companion <!NESTED_CLASS_NOT_ALLOWED!>object Obj2<!>
inner class Inner2 {
<!NESTED_CLASS_NOT_ALLOWED!>object Obj3<!>
}
}
}