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

3 lines
68 B
Kotlin
Vendored

data <!WRONG_ANNOTATION_TARGET!>annotation<!> enum class E {
D
}