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

6 lines
55 B
Kotlin
Vendored

interface A {
enum class E {
ENTRY
}
}