// "Safe delete 'WORLD'" "true" enum class MyEnum { HELLO, WORLD } fun main() { MyEnum.HELLO }