Browse Source

fixed OpList

Nicolas Cannasse 7 years ago
parent
commit
573832327c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/haxe/macro/Printer.hx

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

@@ -71,6 +71,7 @@ class Printer {
 		case OpInterval: "...";
 		case OpArrow: "=>";
 		case OpIn: "in";
+		case OpList: "::";
 		case OpAssignOp(op):
 			printBinop(op)
 			+ "=";