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 44908ac commit be1c9adCopy full SHA for be1c9ad
lib/Sema/CSApply.cpp
@@ -1264,6 +1264,8 @@ namespace {
1264
args.emplace_back(SourceLoc(), calleeParam.getLabel(), paramRef);
1265
}
1266
1267
+ ASSERT(appliedWrapperIndex == appliedPropertyWrappers.size());
1268
+
1269
// SILGen knows how to emit property-wrapped parameters, but the
1270
// corresponding parameter types need to match the backing wrapper types.
1271
// To handle this, build a new callee function type out of the adjusted
0 commit comments