Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TreeOps: fix handling implicit group keyword #3474

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

kitbellew
Copy link
Collaborator

Previously, we would handle the first implicit differently if none of the params have an explicit implicit keyword.

In reality, we should relax the check and do this if not all params have an explicit keyword. The idea being, if they all do, then the initial one belongs to the first parameter rather than the group.

Helps with #3466.

Earlier, we would only handle the first `implicit` differently if none
of the params have an explicit `implicit` keyword.

In reality, we should relax the check and do this if not all params have
an explicit keyword. The idea being, if they all do, then the initial
one belongs to the first parameter rather than the group.
@kitbellew kitbellew merged commit 8951c58 into scalameta:master Feb 20, 2023
@kitbellew kitbellew deleted the 3474 branch February 20, 2023 14:54
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.

2 participants