unparser icon indicating copy to clipboard operation
unparser copied to clipboard

Handle lvars introduced from `rescue => expression` correctly.

Open mbj opened this issue 5 years ago • 0 comments

There is lvar scope specific syntax to be emitted on certain AST constructs. It appears unparser (and rubocop) do not thread => expression as an assignment at this point, miscalculating hte lvar scope.

mbj avatar Nov 21 '20 05:11 mbj