Closed lcartey closed 2 months ago
Rule 12.2
Range analysis does not handle %=, which is sometimes used to help restrict the right hand operand for this
%=
x %= 7; y << x;
Affected rules
Rule 12.2
Description
Range analysis does not handle
%=
, which is sometimes used to help restrict the right hand operand for thisExample