Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inner
/
nestedObject.fir.kt
blob: a1527374a950df8007569ab65a876b3b02b600ae [
file
]
// 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
<!>
}
}
}