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
Blind substitution of pattern bound type symbol with WildcardType
will cause t2425.scala fail, as the following holds:
Array[_] <:< Array[Array[_]]
To walkaround the problem, we don't substitute pattern bound symbols
that are immediate parameters to `Array`.
0 commit comments