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

Disallow mixins where super calls bind to vals #16908

Merged
merged 1 commit into from Feb 20, 2023

Conversation

dwijnand
Copy link
Member

@dwijnand dwijnand commented Feb 14, 2023

Forward port of scala/scala#10268
Fixes #16704

@dwijnand dwijnand marked this pull request as ready for review February 14, 2023 13:50
@dwijnand dwijnand requested a review from sjrd February 14, 2023 13:50
@sjrd sjrd added this pull request to the merge queue Feb 14, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 14, 2023
@sjrd sjrd added this pull request to the merge queue Feb 14, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 15, 2023
@dwijnand dwijnand merged commit 9a9834e into scala:main Feb 20, 2023
@dwijnand dwijnand deleted the mixin-super-bind-vals branch February 20, 2023 10:34
@Kordyjan Kordyjan added this to the 3.3.1 milestone Aug 1, 2023
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.

NoSuchMethodError when accessing an override val via super
3 participants