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 had an invariant that all pointers were pointers to
classes. This invariant is incorrect in at least two places: strings and
exceptions. Instead, since if it isn't a pointer to a class, it
certainly isn't a pointer to an abstract class, so we can just return
false in the event it isn't a pointer to a class.
0 commit comments