Files
kotlin-fork/compiler/testData/diagnostics/tests/enum/inner/insideTrait.kt
T
2015-05-12 19:43:17 +02:00

6 lines
55 B
Kotlin
Vendored

interface A {
enum class E {
ENTRY
}
}