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
Problem was that interceptTypeTestCasts was run at wrong phase.
It saw after erasura a type of the form `x.Array$$T`. Before
erasure that type is simply an alias of another type, but after
erasure, Arraya$$T is defined to be a type alias of a Wildcard type.
0 commit comments