We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4192d5 commit 895eb2aCopy full SHA for 895eb2a
include/swift/SIL/SILCloner.h
@@ -2682,7 +2682,7 @@ SILCloner<ImplClass>::visitWitnessMethodInst(WitnessMethodInst *Inst) {
2682
recordClonedInstruction(Inst,
2683
getBuilder().createWitnessMethod(
2684
getOpLocation(Inst->getLoc()), newLookupType,
2685
- conformance, Inst->getMember(), Inst->getType()));
+ conformance, Inst->getMember(), getOpType(Inst->getType())));
2686
}
2687
2688
template<typename ImplClass>
0 commit comments