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
With this change,
(implicit x: C): D <: (x: C): D
but not the other way around. This affects subtyping
of dependent implicit function types. Now:
(implicit x: C) => D <: (x: C) => D
See also #2000.
As a second change, prevent crashing on type mismatch errors
involving dependent implicit function types.
0 commit comments