Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
illegalEnumAnnotation1.kt
blob: d5cd36eb48f9d456bee27af2011d3afe914ddef1 [
file
] [
log
] [
blame
]
// "Remove 'enum' modifier" "true"
<caret>
enum
interface
A
{
}