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
Exclude private attributes from override checks (#16464)
Fixes#9910Fixes#16452
We already exclude private names from override type compatibility checks
etc., but it looks like some override checks were still performed, we
need to skip them, since private name is actually a different name in
subclass.
---------
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
0 commit comments