mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Swift 3 unintentionally allowed collection casts from, e.g., Set<AnyHashable> to Set<NSObject>, when in fact the object representation of the AnyHashable might not be an NSObject. Fix up our tests and overlays that ran afoul of this rule.
106 KiB
106 KiB