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