Closed inexorabletash closed 9 months ago
The method steps check an operand's data type, which should not be done by invoking a method (because side effects) but by looking at the internal state.
Preview | Diff
Totally trivial, I just happened to notice this minor glitch. A quick search didn't turn up any other examples.
The method steps check an operand's data type, which should not be done by invoking a method (because side effects) but by looking at the internal state.
Preview | Diff