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

5 lines
91 B
Kotlin
Vendored

class Outer {
inner class Inner {
annotation class TestNestedAnnotation
}
}