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

Implement java.util.EnumSet #3385

Closed
WojciechMazur opened this issue Jul 12, 2023 · 2 comments · Fixed by #3397
Closed

Implement java.util.EnumSet #3385

WojciechMazur opened this issue Jul 12, 2023 · 2 comments · Fixed by #3397

Comments

@WojciechMazur
Copy link
Contributor

No description provided.

@LeeTibbert
Copy link
Contributor

Implementation notes:

  • There is an existing javalib EnumSet.scala file. It is pretty minimal and needs to be populated.
  • There appears to be no Scala.js EnumSet.scala, so porting is not an option.

@bishabosha
Copy link

In java it works through special reflection magic not even in the reflection api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants