mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The current implementation of the check accounts only for the overload choices present in the initial lookup but for some situations, like bridged or optional base types, `performMemberLookup` uses a secondary lookup as well, results of which are ignored. Let's fold the check into `addChoice` instead and set the the flag there to make sure that all of the choices are considered. Resolves: rdar://143586718
640 KiB
640 KiB