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

8 lines
107 B
Kotlin
Vendored

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