enum class MyEnum(val myArg: Int) { FIRST(1), SECOND: MyEnum(myArg = 2), THIRD(3), FOURTH(4) }