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
Real object comparison sometimes tries to access private
members, which are obvously missing on fakes. This
results in confusing errors.
To prevent those, just fail the comparison immediately
if one thing is a fake while the other one is not.
PiperOrigin-RevId: 571333761
0 commit comments