Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inner
/
annotationInInnerClass.kt
blob: a3cf016ec8d52f733632ba545e5834dcc3085a95 [
file
]
class
Outer
{
inner
class
Inner
{
annotation
<!
NESTED_CLASS_NOT_ALLOWED
(
"Annotation class"
)!>
class
TestNestedAnnotation
<!>
}
}