summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-08-23 13:48:39 -0400
committergit <svn-admin@ruby-lang.org>2023-08-23 18:06:49 +0000
commit24bcd494735fe88537851ea096e6b14104f9032f (patch)
tree20e0816a1104ec485fd5a89a29c188d7ad404cbc /test/ruby
parent5766fb7266f3a9aaeb35acb2b374c684a5001b2a (diff)
[ruby/yarp] Fix first method param lex failures
When Ripper encounters a method parameter that is the first parameter and is an identifier and it shadows a local scope, it incorrectly marks it as END|LABEL (because it think it's a local). We need to account for that in the lex compat in order to properly compare. https://github.com/ruby/yarp/commit/15f725a1b1
Diffstat (limited to 'test/ruby')
0 files changed, 0 insertions, 0 deletions