浏览代码

[analyzer] do not skip away TMeta (`@:exhaustive` has to be retained... bah)

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

+ 1 - 1
analyzer.ml

@@ -130,7 +130,7 @@ module Simplifier = struct
 (* 				| TBinop(OpAssignOp op,({eexpr = TLocal _} as e1),e2) ->
 					push e;
 					mk_assign e1 *)
-				| TParenthesis e1 | TMeta(_, e1) ->
+				| TParenthesis e1 ->
 					loop e1 (* this is weird *)
 				| _ ->
 					mk_assign e