// WITH_STDLIB // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 enum class EE(val myName: String = this.toString().lowercase()) { ENTRY; }