Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
EnumWithAnnotationKeyword.kt
blob: dc7d628a18572be95ed4e07bcd45292464b174d2 [
file
]
// COMPILATION_ERRORS
data annotation
enum
class
E
{
D
}
enum
annotation E1
{
D
}