Skip to content

Commit 16a9b17

Browse files
ematejskadan-zheng
ematejska
andauthored
Update lib/Sema/TypeCheckAttr.cpp
Co-authored-by: Dan Zheng <[email protected]>
1 parent e7ddf70 commit 16a9b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeCheckAttr.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3665,7 +3665,7 @@ static AbstractFunctionDecl *findAbstractFunctionDecl(
36653665
} else
36663666
candidate = asd->getOpaqueAccessor(AccessorKind::Get);
36673667
} else if (accessorKind != None) {
3668-
missingAccessor = true;
3668+
missingAccessor = true;
36693669
}
36703670
if (!candidate) {
36713671
notFunction = true;

0 commit comments

Comments
 (0)