Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
InterfaceWithEnumKeyword.kt
blob: 1439c296486357f293f5d18ffb6ab217fbfaf9ff [
file
]
// COMPILATION_ERRORS
enum
interface
class
E1
{
D
}
interface
enum
class
E2
{
D
}
enum
interface
E3
{
D
}