// "Change to short enum entry super constructor" "true" enum class SimpleEnum(val z: String = "xxx") { FIRST(), SECOND: SimpleEnum("42"), LAST("13"); fun foo() = z }