Closed ee7 closed 4 months ago
With:
x = 3 x /= -1 print(x)
Outputs -3.
Outputs 0.
Yes, accidentally used the wrong type on the LHS when accessing the union; fixed in branch.
With:
Example
Expected behavior
Outputs -3.
Observed behavior
Outputs 0.