Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inner
/
interfaceInInnerClass.fir.kt
blob: 963d6d729900bce74454cc1196dd06654e215c13 [
file
]
class
Outer
{
inner
class
Inner
{
<!
NESTED_CLASS_NOT_ALLOWED
!>
interface
TestNestedInterface
<!>
}
}