enum class Test(val foo: Int) { One(1), Two (2), Three (3) }