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#3352: Avoid widening method types in compatibility checks
When normalizing for a compatibility check we should keep a method reference
instead of its widened method type as long as possible. This is because only
method references know about default arguments, once we widen to a method type
default arguments are no longer taken into account.
0 commit comments