= = 2
- Expected: Error -
+ is a reserved name
- Actual
2 is bound to =. = doesn't work as a function anyway, but it should not be assignable.
If a function-backed operator like + is assigned to, the error is "+ has already been defined", rather than "+ is reserved."