class Main { static function main() { Type.allEnums(Foo); } } enum abstract Foo(String) {}