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 997fabb commit 4c1fc19Copy full SHA for 4c1fc19
lib/Sema/CSGen.cpp
@@ -1076,7 +1076,6 @@ namespace {
1076
// a known subscript here. This might be cleaner if we split off a new
1077
// UnresolvedSubscriptExpr from SubscriptExpr.
1078
if (auto decl = declOrNull) {
1079
- CS.getTypeChecker().validateDecl(decl);
1080
OverloadChoice choice =
1081
OverloadChoice(baseTy, decl, FunctionRefKind::DoubleApply);
1082
CS.addBindOverloadConstraint(memberTy, choice, memberLocator,
0 commit comments