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
Previously, we rejected the case where a symbol of a self type selection
was private if it was not of the enclosing class. But that symbol could
shadow a non-private symbol in a base class, so have to treat that case
as well.
Fixes#18351
0 commit comments