Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inner
/
annotationInInnerClass.fir.kt
blob: 687712ccd5e935b447c43347fdbf1bc2e2455835 [
file
]
class
Outer
{
inner
class
Inner
{
annotation
<!
NESTED_CLASS_NOT_ALLOWED
!>
class
TestNestedAnnotation
<!>
}
}