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 82a1bb5 commit 6a8cad9Copy full SHA for 6a8cad9
lib/AST/ASTPrinter.cpp
@@ -1684,7 +1684,7 @@ static unsigned getDepthOfRequirement(const Requirement &req) {
1684
1685
void PrintAST::printGenericSignature(GenericSignature genericSig,
1686
unsigned flags) {
1687
- ASSERT(!((flags & InnermostOnly) && (flags & PrintInverseRequirements))
+ assert(!((flags & InnermostOnly) && (flags & PrintInverseRequirements))
1688
&& "InnermostOnly + PrintInverseRequirements is not handled");
1689
1690
printGenericSignature(genericSig, flags,
0 commit comments