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
Extensions are declared at file scope, so "private" on an extension means
that the members are actually "fileprivate". In this case we need to add
the correct keyword to the individual members, or we'll actually change
their visibility incorrectly.
Fixes SR-11110.
0 commit comments