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
[Type substitution] Suppress redundant type parameters after substitution.
Substitution into a generic function type can map type parameters to
other type parameters. In some cases, this was introducing duplicate
type parameters, e.g., if two type parameters in the original
signature mapped down to a single type parameter in the substituted
signature. Sort/unique the resulting type parameters so we don't break
invariants.
0 commit comments