[ruby/prism] Fix parsing pinned local variable pattern for numbered parameter
Fix https://github.com/ruby/prism/pull/2094
The part of parse_variable_call for variables was split into a new function parse_variable and used it.
parse_variable_call
parse_variable
https://github.com/ruby/prism/commit/4c5fd1a746
[ruby/prism] Fix parsing pinned local variable pattern for numbered parameter
Fix https://github.com/ruby/prism/pull/2094
The part of
parse_variable_callfor variables was split into a newfunction
parse_variableand used it.https://github.com/ruby/prism/commit/4c5fd1a746