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
In the new implementation, a companion object of an opaque type
opaque type T = A
only knows that T <: A and that A <: T. By itself that does not
propagate some informations from `A` to `T`. For instance the members
of A are now not the members of T.
0 commit comments