mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
If the sequence passed to `Set.intersection` has exactly as many duplicate items as items missing from `self`, then the new implementation in 5.6 will mistakenly return `self` unchanged. (It counts duplicate hits as distinct items in the result.) rdar://94803458
15 KiB
15 KiB