// "Safe delete 'WORLD'" "true" enum class MyEnum(val i: Int) { HELLO(42) ; constructor(s: String): this(42) } fun test() { MyEnum.HELLO }