浏览代码

fixed OpList

Nicolas Cannasse 7 年之前
父节点
当前提交
573832327c
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)
 			+ "=";