mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[IDE] Fix a typo (#33841)
This commit is contained in:
@@ -6072,7 +6072,7 @@ void CodeCompletionCallbacksImpl::doneParsing() {
|
||||
|
||||
// TypeName at attribute position after '@'.
|
||||
// - VarDecl: Property Wrappers.
|
||||
// - ParamDecl/VarDecl/FuncDecl: Function Buildres.
|
||||
// - ParamDecl/VarDecl/FuncDecl: Function Builders.
|
||||
if (!AttTargetDK || *AttTargetDK == DeclKind::Var ||
|
||||
*AttTargetDK == DeclKind::Param || *AttTargetDK == DeclKind::Func)
|
||||
Lookup.getTypeCompletionsInDeclContext(
|
||||
|
||||
Reference in New Issue
Block a user