Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/ea69735.fir.kt
T

5 lines
145 B
Kotlin
Vendored

enum class MyEnum {
// Here we have a problem
// while checking on a deprecated super constructor
FIRST<!SYNTAX!><!SYNTAX!><!>:<!>
}