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
Is it intended for the minus in numbers to count as a literal?
with the NumericLiterals on its default values, 1000 passes, but -1000 doesn't (should be -1_000), which is, to me, unexpected behavior.
The text was updated successfully, but these errors were encountered:
Is it intended for the minus in numbers to count as a literal?
with the
NumericLiterals
on its default values,1000
passes, but-1000
doesn't (should be-1_000
), which is, to me, unexpected behavior.The text was updated successfully, but these errors were encountered: