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

Tweak parameter accessor scheme #19719

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Feb 17, 2024

To qualify as a super-parameter alias, a parameter of a subclass has to be passed to the primary constructor of the superclass.

Fixes #19711

To qualify as a super-parameter alias, a parameter of a subclass has to be
passed to the primary constructor of the superclass.

Fixes scala#19711
@odersky odersky added the backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. label Feb 17, 2024
@SethTisue SethTisue merged commit bbedb45 into scala:main Feb 19, 2024
19 checks passed
@SethTisue SethTisue deleted the fix-19711 branch February 19, 2024 17:33
@Kordyjan Kordyjan added this to the 3.4.2 milestone Mar 28, 2024
WojciechMazur added a commit that referenced this pull request Jul 2, 2024
Backports #19719 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bad symbol is selected leading to ClassCastException. Regression from scala 2.13
4 participants