We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This fails on 1.1.3
import izumi.reflect.Tag trait Base { object Nested { trait Member } } object A extends Base object B extends Base assert(Tag[A.Nested.Member] != Tag[B.Nested.Member])
The text was updated successfully, but these errors were encountered:
NOTE: Reproduces on 2.2.3 - https://scastie.scala-lang.org/RvUuntRSTUirI7fjNOMpVw But not on Scala 3 version - https://scastie.scala-lang.org/WJWCMKtZTK6Q7iGMEOqqVg
Sorry, something went wrong.
/bounty $150
/attempt #363
/claim #363
Thank you for contributing to zio/izumi-reflect!
Add a bounty • Share on socials
No branches or pull requests
This fails on 1.1.3
The text was updated successfully, but these errors were encountered: