Skip to content

Fix #1216 Desugar: vals that are desugared PatDef may need setters. #1217

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 2 commits into from
Apr 14, 2016

Conversation

DarkDimius
Copy link
Contributor

Setters are normally synthesised in Desugar while expanding the ValDef. If
the tree is a PatDef it is being desugared into several ValDefs that may
need to be desugared once again.

Setters are normally synthesised in Desugar while expanding the ValDef.
If the tree is a PatDef it is being desugared into several ValDefs that
may need to be desugared once again.
@DarkDimius
Copy link
Contributor Author

@odersky please review.

@odersky
Copy link
Contributor

odersky commented Apr 14, 2016

LGTM

@smarter smarter merged commit 8af61ab into scala:master Apr 14, 2016
@allanrenucci allanrenucci deleted the fix-1216 branch December 14, 2017 19:19
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.

4 participants