Skip to content

Default getters accessibility fix #1119

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
Feb 20, 2016
Merged

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Feb 20, 2016

Default getters should have same accessibility as the method they belong to.
Previously, it was the accessibility of the parameter, which makes no sense.
Fixes #1116.

Review by @DarkDimius

Default getters should have same accessibility as the method they belong to.
Previously, it was the accessibility of the parameter, which makes no sense.
Fixes scala#1116.
odersky referenced this pull request in dotty-staging/dotty Feb 20, 2016
@DarkDimius
Copy link
Contributor

LGTM

DarkDimius added a commit that referenced this pull request Feb 20, 2016
Default getters accessibility fix
@DarkDimius DarkDimius merged commit d7d5ffc into scala:master Feb 20, 2016
@allanrenucci allanrenucci deleted the fix-#1116 branch December 14, 2017 16:59
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.

3 participants