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
For integers that are bigger than UInt64 the compiler returns an error, which is good: Syntax error in test.cr:2: 1231231231231231231231 doesn't fit in an UInt64
But my code compiles and doesn't work as expected.
My crystal version:
Code to reproduce the bug:
The above code prints "2" instantly after "1".
For integers that are bigger than UInt64 the compiler returns an error, which is good:
Syntax error in test.cr:2: 1231231231231231231231 doesn't fit in an UInt64
But my code compiles and doesn't work as expected.
I also checked if it works on play.crystal-lang.org, and it doesn't: https://play.crystal-lang.org/#/r/5v3m
The text was updated successfully, but these errors were encountered: