-
Notifications
You must be signed in to change notification settings - Fork 150
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
Scala3: findValues fails to compile in nested sealed trait hierarchy #368
Labels
Comments
Interesting... looks like the enumeratum/macros/src/main/scala-3/enumeratum/ValueEnumMacros.scala Lines 188 to 241 in f9b528a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
https://scastie.scala-lang.org/qpDNUwqAT4m4ovmn4EySgg
Error:
Exception occurred while executing macro expansion.
scala.MatchError: Type.of[...] (of class scala.quoted.runtime.impl.TypeImpl)
The text was updated successfully, but these errors were encountered: