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
`def underlyingMatchType` had an `isMatchAlias` guard for `AppliedType`s.
This used to be a quick check preventing unnecessary recursions and superType computations.
But `isMatchAlias` is now itself mutually recursive with `underlyingMatchType`,
so we cache it for AppliedTypes to alleviate this.
0 commit comments