var
$scplayer : int
end
int a = -1
if or
$scplayer == a // ok
a == $scplayer // One of the variables has an unknown type, or the operands are incompatible.
then
end
switch a
case $scplayer // One of the variables has an unknown type, or the operands are incompatible.
end
Regression of #321 ?