@@ -0,0 +1,10 @@
+class Main {
+ static function main() {
+ test(std.Type.ValueType);
+ }
+
+ static function test<T>(e:Enum<T>) {
+ trace(e.getName());
+}
@@ -0,0 +1,2 @@
+-main Main
+--interp
@@ -0,0 +1 @@
+Main.hx:7: ValueType