@@ -1,5 +1,13 @@
package unit.issues;
+#if hl
+
+// no support for recursive types atm
+class Issue3024 extends Test {
+}
+#else
import haxe.ds.StringMap;
import haxe.ds.Vector;
@@ -21,4 +29,6 @@ class Issue3024 extends Test {
this.myVector = myVector;
this.myMap = myMap;
}
-}
+#end