Adding this: ```hx | (Meta.Op, _, _) :: _ -> rai...
# haxe
p
Adding this:
Copy code
hx
| (Meta.Op, _, _) :: _ ->
  raise_typing_error ("Invalid @:op expresssions, should be an operator or a call") cf.cf_pos
after this line: might do the trick?