You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…terals anymore (#18)
arithmetic virus isn't applied to strings anymore
Note that this is only a partial fix (#17),
as it only works if the binary expression involves a string literal. Two string variables
will still cause an unwanted mutation.
Output shows, that the virus
arithmetic.New()
has been applied to a string concatenation, which causes a build failure.This was the code:
I am assuming this is not intended behaviour.
The text was updated successfully, but these errors were encountered: