Skip to content

Commit 3e36c42

Browse files
authored
Add nonisolated(nonsending) to completion lookup
Seems we perhaps missed adding the completion for `nonsending` here? cc @xedin
1 parent cfe6195 commit 3e36c42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/IDE/CompletionLookup.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3139,6 +3139,7 @@ void CompletionLookup::getAttributeDeclParamCompletions(
31393139
break;
31403140
case ParameterizedDeclAttributeKind::Nonisolated:
31413141
addDeclAttrParamKeyword("unsafe", /*Parameters=*/{}, "", false);
3142+
addDeclAttrParamKeyword("nonsending", /*Parameters=*/{}, "", false);
31423143
break;
31433144
case ParameterizedDeclAttributeKind::AccessControl:
31443145
addDeclAttrParamKeyword("set", /*Parameters=*/{}, "", false);

0 commit comments

Comments
 (0)