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 fbe3d71 commit d57b6d7Copy full SHA for d57b6d7
lib/AST/RequirementMachine/Symbol.cpp
@@ -113,7 +113,7 @@ struct Symbol::Storage final
113
}
114
115
Storage(CanType type, ArrayRef<Term> substitutions, const ProtocolDecl *proto) {
116
- DEBUG_ASSERT(!type->hasTypeVariable());
+ ASSERT(!type->hasTypeVariable());
117
ASSERT(type->hasTypeParameter() != substitutions.empty());
118
119
Kind = Symbol::Kind::ConcreteConformance;
0 commit comments