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

Fix treatment of separately compiled @native methods in FirstTransform #21593

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Sep 14, 2024

We need to use a SymTransformer, fixing the method in the tree is not enough.

Fixes #20588

We need to use a SymTransformer, fixing the method in the tree is not enough.
@smarter smarter merged commit 83efd23 into scala:main Sep 14, 2024
28 checks passed
@smarter smarter deleted the fix-20588 branch September 14, 2024 20:49
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.

@native method treated as abstract in subclass
2 participants