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
Skip ambiguous reference error when symbols are aliases (#16401)
Follow-up for #8622, which
introduced a new lookup ambiguity if a name is inherited from a parent
and also found in an outer scope.
The error is avoided if the two symbols are aliases.
0 commit comments