Skip to content

Fix #9068: Don't duplicate _N selectors #9218

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

Merged
merged 1 commit into from
Jun 22, 2020

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Jun 22, 2020

Don't generate _N selectors for case classes if a parameterless selector
is defined in same class.

Don't generate _N selectors for case classes if a parameterless selector
is defined in same class.
@odersky odersky requested a review from nicolasstucki June 22, 2020 10:48
@odersky odersky added the fasttrack Simple fix. Reviewer should merge or apply additional changes directly. label Jun 22, 2020
@nicolasstucki nicolasstucki merged commit 9e1b2f3 into scala:master Jun 22, 2020
@nicolasstucki nicolasstucki deleted the fix-#9068 branch June 22, 2020 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fasttrack Simple fix. Reviewer should merge or apply additional changes directly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

manually defining _N methods in case class can produce Double definition error
3 participants