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
In the API you need to be able to distinguish them, and I think that using instanceof is nicer than differentiating them with a string property or something like that. We also do this kind of thing in other parts of the API.
Testing #213514
Their constructor is private so a user can't create any instances anyways.
The text was updated successfully, but these errors were encountered: