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
Minimized from zio/zio#5736.
import izumi.reflect.Tag object Example extends App { final case class VarArgsAnyVal(args: String*) extends AnyVal println(Tag[VarArgsAnyVal]) // java.lang.NoClassDefFoundError: scala/<repeated> }
The text was updated successfully, but these errors were encountered:
Fix #224 fixup closestClass for Scala varargs
closestClass
9f380e3
48aa1eb
No branches or pull requests
Minimized from zio/zio#5736.
The text was updated successfully, but these errors were encountered: