Commit Graph

2 Commits

Author SHA1 Message Date
Karoy Lorentey
6af814d76c [test] Test new fix-it for NSObject.hashValue overrides 2019-01-23 19:44:01 -08:00
Karoy Lorentey
0b5b998327 [ObjectiveC] Make NSObject.hashValue non-overridable
We deprecated overriding it in 4.2 with a custom compiler warning. This removes the ability to override it entirely.

The correct way to customize hashing for NSObject subclasses is to override the `hash` property.
2018-10-29 19:14:37 +00:00