Files
kotlin-fork/compiler/testData/diagnostics/tests/enum/interfaceWithEnumKeyword.fir.kt
T
2020-01-10 10:23:50 +03:00

8 lines
134 B
Kotlin
Vendored

enum interface Some {
// Enum part
<!UNRESOLVED_REFERENCE!>D;<!>
// Interface like part
fun test()
val foo: Int
}