mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AST: Remove implicit conversion from Witness to ConcreteDeclRef
This commit is contained in:
@@ -1131,7 +1131,7 @@ ConformanceLookupTable::getSatisfiedProtocolRequirementsForMember(
|
||||
|
||||
auto normal = conf->getRootNormalConformance();
|
||||
normal->forEachValueWitness(resolver, [&](ValueDecl *req,
|
||||
ConcreteDeclRef witness) {
|
||||
Witness witness) {
|
||||
if (witness.getDecl() == member)
|
||||
reqs.push_back(req);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user