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
Gives a warning on the binary 'add' expression, while it shouldn't, as the left hand side has type x, which is aliased to int32, which is compatible with 2.
The text was updated successfully, but these errors were encountered:
Gives a warning on the binary 'add' expression, while it shouldn't, as the left hand side has type
x
, which is aliased toint32
, which is compatible with2
.The text was updated successfully, but these errors were encountered: