Simon Krajewski 10 年之前
父节点
当前提交
02a525adce
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      filters.ml

+ 1 - 0
filters.ml

@@ -10,6 +10,7 @@ let rec verify_ast ctx e =
 		| TConst TNull ->
 			(* TODO: https://github.com/HaxeFoundation/haxe/issues/4072 *)
 			(* display_error ctx ("Invalid null expression: " ^ (s_expr_pretty "" (s_type (print_context())) e)) e.epos *)
+			()
 		| _ -> ()
 	in
 	let rec loop e = match e.eexpr with