Files
kotlin-fork/idea/testData/quickfix/modifiers/nestedAnnotationClass.kt
T
2021-02-09 17:15:31 +01:00

8 lines
177 B
Kotlin
Vendored

// "Add 'inner' modifier" "false"
// ERROR: Annotation class is not allowed here
class A() {
inner class B() {
annotation class <caret>C
}
}
/* FIR_COMPARISON */