02180e8685
^KT-57777 Fixed ^KT-57818 Fixed
8 lines
149 B
Kotlin
Vendored
8 lines
149 B
Kotlin
Vendored
// WITH_STDLIB
|
|
// IGNORE_BACKEND: JS_IR
|
|
// IGNORE_BACKEND: JS_IR_ES6
|
|
|
|
enum class EE(val myName: String = this.toString().lowercase()) {
|
|
ENTRY;
|
|
}
|