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#8861: Replace type variables by wildcards in closure results
When passing down an expected result type for typing a closure body,
replace any type variables by wildcards. This is needed to avoid such
type variables getting constraints that are polluted with local parameters.
0 commit comments