Skip to content

Fix #10563: Handle static methods in non-native JS classes. #10564

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
Dec 1, 2020

Conversation

sjrd
Copy link
Member

@sjrd sjrd commented Nov 30, 2020

Static methods can be generated in non-native JS classes for lambdas that do not refer to the enclosing this value.

Static methods can be generated in non-native JS classes for
lambdas that do not refer to the enclosing `this` value.
@sjrd sjrd merged commit b2a66ac into scala:master Dec 1, 2020
@sjrd sjrd deleted the sjs-fix-static-methods-in-jsclass branch December 1, 2020 12:08
@Kordyjan Kordyjan modified the milestones: 3.0.0-M3, 3.0.0 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.

Scala.js: top-level JS class with lambdas that become static causes assertion error in back-end
3 participants