Files
swift-mirror/lib/Sema/ConstraintSystem.cpp
Pavel Yaskevich bb414927a0 [ConstraintSystem] Properly diagnose operator reference ambiguities
If operator is referenced instead of applied e.g. `arr.sort(by: <)`
ambiguities should be diagnosed as `no exact matches` with attached
notes describing a failure associated with each potential candidate.

Resolves: rdar://problem/62054241
2020-04-24 12:22:08 -07:00

164 KiB