We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7beec commit 7124b6cCopy full SHA for 7124b6c
1 file changed
hscript/Macro.hx
@@ -79,6 +79,8 @@ class Macro {
79
#if (haxe_ver >= 4)
80
case OpIn: "in";
81
#end
82
+ default:
83
+ continue;
84
};
85
binops.set(str, op);
86
if( assign )
0 commit comments