object t extends Enumeration { val a, b = Value } object Test extends App { println(t.values) println(t.values) }