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
Keep HasDefault flag updated in overriding methods
Fixes#16006#16006 started failing since we now count the number of default parameters
for better precision in overloading resolution. But that count was wrong since
it did not take inherited default getters from overridden methods into account.
We fix this by setting the HasDefault flag also for parameters that don't have
a default value themselves, but that correspond to parameters with default
values in overridden methods.
0 commit comments