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 a28776e commit 73922d3Copy full SHA for 73922d3
lib/Sema/CSApply.cpp
@@ -1087,7 +1087,7 @@ namespace {
1087
locator);
1088
1089
auto *const calleeParamDecl = calleeParamList->get(idx);
1090
- if (calleeParamDecl->hasAttachedPropertyWrapper() && calleeParamDecl->hasExternalPropertyWrapper()) {
+ if (calleeParamDecl->hasExternalPropertyWrapper()) {
1091
// Rewrite the parameter ref to the backing wrapper initialization
1092
// expression.
1093
auto &appliedWrapper = appliedPropertyWrappers[appliedWrapperIndex++];
0 commit comments