You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split out of #4902.
In the code below, x.to(g.MSetFactory) works in v1 but not in f3, so it seems clear it's a bug, probably involving asSeenFrom somewhere. Sadly Scalac can't handle this either.
Split out of #4902.
In the code below,
x.to(g.MSetFactory)
works inv1
but not inf3
, so it seems clear it's a bug, probably involvingasSeenFrom
somewhere. Sadly Scalac can't handle this either.gives
That's from some code in tests/run/colltest5/ that failed when I oversimplified typeApplications.
The text was updated successfully, but these errors were encountered: