Skip to content

Handle multiple type parameter lists in value class methods #23516

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 1 commit into from
Jul 14, 2025

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Jul 13, 2025

VCInlineMethods needed to be extended to this case.

Fixes #23266

Also rename previous i23266.scala to i23299.scala to reflect the proper issue for it.

VCInlineMethods needed to be extended to this case.

Fixes scala#23266

Also rename previous i23266.scala to i23299.scala to reflect the proper issue for it.
@odersky odersky requested a review from smarter July 13, 2025 18:50
@odersky odersky assigned odersky and smarter and unassigned odersky Jul 13, 2025
@smarter smarter merged commit 7328cd6 into scala:main Jul 14, 2025
29 checks passed
@smarter smarter deleted the fix-23266 branch July 14, 2025 11:00
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.

Compiler crushes when multiple groups of type arguments are used inside smth that extends AnyVal
2 participants