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
* Implement NSProxy
Fixes#2348
* - Changed both [NSObject superclass] and [NSProxy superclass] to be polymorphic with respect to [self class]
- Changed both [NSObject self] and [NSProxy self] to no longer do a cast
- Misc CR feedback
All of this class is entirely stubbed out, its time we had them for real.
The text was updated successfully, but these errors were encountered: