Files
kotlin-fork/compiler/testData/diagnostics/tests/inner/annotationInInnerClass.kt
T

5 lines
142 B
Kotlin
Vendored

class Outer {
inner class Inner {
annotation <!NESTED_CLASS_NOT_ALLOWED("Annotation class")!>class TestNestedAnnotation<!>
}
}