59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
12 lines
194 B
Kotlin
12 lines
194 B
Kotlin
enum class E {
|
|
<!REDECLARATION!>FIRST<!>
|
|
|
|
<!REDECLARATION!>SECOND<!>
|
|
|
|
default object {
|
|
class <!REDECLARATION!>FIRST<!>
|
|
|
|
val <!REDECLARATION!>SECOND<!> = this
|
|
}
|
|
}
|