-
Notifications
You must be signed in to change notification settings - Fork 1.1k
document that Symbol.children returns values for scala enum #13230
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
Comments
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 2, 2021
tanishiking
pushed a commit
to tanishiking/scala3
that referenced
this issue
Aug 10, 2021
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
May 10, 2022
Fixes scala#15159 Updates buggy tests of scala#13230
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 16, 2022
Fixes scala#15159 Updates buggy tests of scala#13230
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 10, 2023
Fixes scala#15159 Updates buggy tests of scala#13230
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 6, 2023
Fixes scala#15159 Updates buggy tests of scala#13230
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Feb 7, 2024
Fixes scala#15159 Updates buggy tests of scala#13230
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 5, 2024
Fixes scala#15159 Updates buggy tests of scala#13230
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
3.0.1
Minimized code
Expectation
Technically scala enum is not a sealed hierarchy since all elements are
val
, not classes and have the same type.I suspect it is a feature so
Symbol.children
scaladoc need to include this case.The text was updated successfully, but these errors were encountered: