Browse Source

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

Simon Krajewski 10 years ago
parent
commit
06ac05d089
1 changed files with 1 additions and 1 deletions
  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