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
" Reported by rogerpack2005, May 28, 2011 See
https://gist.github.com/997022
if I have
3.times do |n| 33 end
in there it fails to compile. If I don't, it compiles and works a champ. Thanks!
Comment 1 by rogerpack2005, May 30, 2011 possible dupe of #40 "
http://code.google.com/p/mirah/issues/detail?id=60
The text was updated successfully, but these errors were encountered:
reproduced the behavior. Ran script and got:
Inference Error: Can't assign java.lang.Object to variable of type int 108.mirah:21: Can't assign java.lang.Object to variable of type int RubyInt.new(1).times do |n| ^
Sorry, something went wrong.
This works on master. Closing.
No branches or pull requests
"
Reported by rogerpack2005, May 28, 2011
See
https://gist.github.com/997022
if I have
in there it fails to compile. If I don't, it compiles and works a champ.
Thanks!
Comment 1 by rogerpack2005, May 30, 2011
possible dupe of #40
"
http://code.google.com/p/mirah/issues/detail?id=60
The text was updated successfully, but these errors were encountered: