-
Notifications
You must be signed in to change notification settings - Fork 1.1k
qualified private and protected not rendered by tree printers #620
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
Labels
Comments
AFAIK qualified private and protected aren't supposed to work at all, as we are considering removing them. |
liufengyun
added a commit
to dotty-staging/dotty
that referenced
this issue
May 31, 2019
odersky
added a commit
that referenced
this issue
Jun 5, 2019
Fix #620: show privateWithin in tree printing
liufengyun
added a commit
to dotty-staging/dotty
that referenced
this issue
Jun 9, 2019
The issue in scala#6642 shows that errors may be latent in seemingly simple fixes if not tested, which can backlash us at critical moment.
liufengyun
added a commit
to dotty-staging/dotty
that referenced
this issue
Jun 9, 2019
The issue in scala#6642 shows that errors may be latent in seemingly simple fixes if not tested, which can backlash us at critical moment.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I was trying to test whether access was properly propagated from constructor params to param accessors, but this but made that difficult. Once this is fixed, it would be good to systematically review derivation of accessors, case- implicit-class factories, etc. to make sure access is coherent.
This is another area where you shouldn't assume the scalac is doing the right thing, e.g. implicit classes get a factory method that circumvents the access of the constructor.
The text was updated successfully, but these errors were encountered: