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
Fix#3381: handle case of lub and glb of types with different kinds
When forming the lub and glb of two types with different numbers of type
parameters, this crashed provided neither parameter list was empty. We
now treat this analogous to the case where one of the types is a * type,
by applying both types to their parameter references.
0 commit comments