mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
12 lines
175 B
Kotlin
12 lines
175 B
Kotlin
class A {
|
|
enum class <!REDECLARATION!>E<!> {
|
|
ENTRY
|
|
}
|
|
|
|
default object {
|
|
enum class <!REDECLARATION!>E<!> {
|
|
ENTRY2
|
|
}
|
|
}
|
|
}
|