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 86f9266 commit 7eecf97Copy full SHA for 7eecf97
lib/AST/GenericSignature.cpp
@@ -412,7 +412,8 @@ bool GenericSignatureImpl::isRequirementSatisfied(
412
413
requirement = requirement.subst(
414
QueryInterfaceTypeSubstitutions{genericEnv},
415
- LookUpConformanceInModule());
+ LookUpConformanceInModule(),
416
+ SubstFlags::PreservePackExpansionLevel);
417
}
418
419
SmallVector<Requirement, 2> subReqs;
0 commit comments