We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
object Test { case class Tuple2K[F[_], G[_], A](f: F[A], g: G[A]) val p0: Tuple2K[[X] => Int, [X] => String, Any] = Tuple2K(1, "s") p0 == Tuple2K(List(1), Option("s")) }
The text was updated successfully, but these errors were encountered:
I think it is a duplicate of #3470
Sorry, something went wrong.
PR 3472 fixes this problem, but I am not sure whether that fix is the most appropriate one.
@olafurpg Do not you mind if I add your example to positive tests ?
a3b0f45
Merge pull request #3726 from dotty-staging/fix-#3544
bbdef5e
Fix #3544: Better cache invalidation of uninstVars
No branches or pull requests
The text was updated successfully, but these errors were encountered: