2
0
Simon Krajewski 12 жил өмнө
parent
commit
1b81594db4

+ 2 - 0
std/haxe/macro/Printer.hx

@@ -249,6 +249,8 @@ class Printer {
 					"typedef " + t.name + (t.params.length > 0 ? "<" + t.params.map(printTypeParamDecl).join(",") + ">" : "") + " = "
 					+ printComplexType(ct)
 					+ ";";
+				case TDAbstract(_,_,_):
+					"";
 			}
 		
 		tabs = old;