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