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 8e16f60 commit 5f4b2cfCopy full SHA for 5f4b2cf
lib/AST/GenericEnvironment.cpp
@@ -412,9 +412,7 @@ getSubstitutionMap(SubstitutionList subs) const {
412
continue;
413
}
414
415
- // FIXME: getAllDependentTypes() includes generic type parameters that
416
- // have been made concrete.
417
- assert(contextTy->hasError() || depTy->is<GenericTypeParamType>());
+ assert(contextTy->hasError());
418
419
420
assert(subs.empty() && "did not use all substitutions?!");
0 commit comments