Skip to content

Reject references to self in super constructor calls #12567

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 3 commits into from
May 25, 2021

Conversation

odersky
Copy link
Contributor

@odersky odersky commented May 22, 2021

Fixes #11208
Fixes #12557

@griggt
Copy link
Contributor

griggt commented May 22, 2021

Looks like there is a typo in the issue reference (and also in the file names of the associated tests), it should be #11208.

@odersky
Copy link
Contributor Author

odersky commented May 23, 2021

@griggt I fixed the issue reference, the tests have the right names already.

@griggt
Copy link
Contributor

griggt commented May 23, 2021

@odersky the issue reference and test names are consistent now, but the digits are still transposed: 11028 vs. 11208 (correct).

@odersky
Copy link
Contributor Author

odersky commented May 23, 2021

@griggt Thanks for pointing it out!

@smarter smarter merged commit 68ce658 into scala:master May 25, 2021
@smarter smarter deleted the fix-11028 branch May 25, 2021 11:15
@Kordyjan Kordyjan added this to the 3.0.1 milestone Aug 2, 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.

java.lang.VerifyError: Bad type on operand stack VerifyError with implicit ClassTag in companion object
4 participants