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 8db8f0c commit 09bce44Copy full SHA for 09bce44
lib/AST/RequirementMachine/Symbol.cpp
@@ -100,7 +100,7 @@ struct Symbol::Storage final
100
DEBUG_ASSERT(kind == Symbol::Kind::Superclass ||
101
kind == Symbol::Kind::ConcreteType);
102
ASSERT(!type->hasUnboundGenericType());
103
- DEBUG_ASSERT(!type->hasTypeVariable());
+ ASSERT(!type->hasTypeVariable());
104
ASSERT(type->hasTypeParameter() != substitutions.empty());
105
106
Kind = kind;
0 commit comments