We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a = 2i32 b = 5i64 c = rand > 0.5 ? a : b c.times do puts "x" end
0.18.0 / 0.18.2 does not compile https://play.crystal-lang.org/#/r/1264, https://play.crystal-lang.org/#/r/1262 0.17.4 runs as expected https://play.crystal-lang.org/#/r/1263
The text was updated successfully, but these errors were encountered:
Reduced:
struct Int def foo(&block : self ->) yield self end end (1 || 1_i64).foo do end
Sorry, something went wrong.
ca4a44c
No branches or pull requests
0.18.0 / 0.18.2 does not compile https://play.crystal-lang.org/#/r/1264, https://play.crystal-lang.org/#/r/1262
0.17.4 runs as expected https://play.crystal-lang.org/#/r/1263
The text was updated successfully, but these errors were encountered: