6 lines
162 B
Kotlin
Vendored
6 lines
162 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
enum class MyEnum {
|
|
// Here we have a problem
|
|
// while checking on a deprecated super constructor
|
|
FIRST<!SYNTAX!><!SYNTAX!><!>:<!>
|
|
} |