-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Pickler/Unpickler dealias too eagerly #4988
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
Labels
Comments
allanrenucci
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 22, 2018
allanrenucci
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 22, 2018
allanrenucci
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 28, 2018
allanrenucci
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 28, 2018
allanrenucci
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 3, 2018
Let me add another reproduction, loosely based on tests/pos/t8237.scala: object TI {
class LA
type LB[T] = LA
trait TC[T]
def fTt[E[X] <: LB[X]](tt: TC[E[Int]]) = 1
def tc[T]: TC[T] = ???
fTt(tc)
}
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimised from #4915
The text was updated successfully, but these errors were encountered: