Files
kotlin-fork/compiler/testData/diagnostics/tests/enum/enumWithAnnotationKeyword.kt
T

3 lines
61 B
Kotlin
Vendored

<!WRONG_MODIFIER_TARGET!>annotation<!> enum class E {
D
}