1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/ripper
mame c9d720b873 parse.y: remove "shadowing outer local variable" warning
You can now write the following without warning.

    user = User.all.find {|user| cond(user) }

Fixes [Feature #12490].
A patch from Soutaro Matsumoto <matsumoto@soutaro.com>.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-10-26 03:10:02 +00:00
..
dummyparser.rb
test_files.rb
test_filter.rb
test_lexer.rb test/ripper/test_lexer.rb: add test for r62743 2018-03-13 13:03:12 +00:00
test_parser_events.rb parse.y: remove "shadowing outer local variable" warning 2018-10-26 03:10:02 +00:00
test_ripper.rb
test_scanner_events.rb
test_sexp.rb