Files
kotlin-fork/compiler/testData/diagnostics/tests/enum/inner/insideTrait.kt
T

7 lines
72 B
Kotlin
Vendored

// FIR_IDENTICAL
interface A {
enum class E {
ENTRY
}
}