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
Special-case ClassTag argument instantiation to avoid failure
The previous commit ensures that `ClassTag[Int & Nothing]` doesn't compile
anymore so this isn't a soundness issue anymore, but since intersections can
arise out of type inference, it's worth adding a special-case here for
convenience. In particular, this fixes#16328 (comment)
0 commit comments