Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/native/enumEntry.fir.kt
T
2023-01-09 08:57:08 +00:00

8 lines
75 B
Kotlin
Vendored

external enum class E {
X,
Y {
fun foo()
},
Z {}
}