File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5490,7 +5490,7 @@ Solution::resolveLocatorToDecl(ConstraintLocator *locator) const {
5490
5490
// / index. This looks through inheritance for inherited default args.
5491
5491
static ConcreteDeclRef getDefaultArgOwner (ConcreteDeclRef owner,
5492
5492
unsigned index) {
5493
- auto *param = getParameterAt (owner. getDecl () , index);
5493
+ auto *param = getParameterAt (owner, index);
5494
5494
assert (param);
5495
5495
if (param->getDefaultArgumentKind () == DefaultArgumentKind::Inherited) {
5496
5496
return getDefaultArgOwner (owner.getOverriddenDecl (), index);
@@ -6027,7 +6027,7 @@ ArgumentList *ExprRewriter::coerceCallArguments(
6027
6027
};
6028
6028
6029
6029
if (paramInfo.hasExternalPropertyWrapper (paramIdx)) {
6030
- auto *paramDecl = getParameterAt (callee. getDecl () , paramIdx);
6030
+ auto *paramDecl = getParameterAt (callee, paramIdx);
6031
6031
assert (paramDecl);
6032
6032
6033
6033
auto appliedWrapper = appliedPropertyWrappers[appliedWrapperIndex++];
You can’t perform that action at this time.
0 commit comments