Skip to content

Conversation

@kddnewton
Copy link
Member

Fix parsing expressions like foo.instance_exec(&T.must(block)), where there are two args_add_block calls with a single &. Previously it was associating the & with the wrong block.

Fixes #45

Fix parsing expressions like `foo.instance_exec(&T.must(block))`, where there are two `args_add_block` calls with a single `&`. Previously it was associating the `&` with the wrong block.
@kddnewton kddnewton merged commit b0b45cd into main Apr 13, 2022
@kddnewton kddnewton deleted the block-parameter-amperand-association branch April 13, 2022 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Format clears block parameter

2 participants