mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[CodeCompletion] Added check dependency test for complete.open
This commit is contained in:
@@ -1221,6 +1221,7 @@ void SwiftLangSupport::codeCompleteOpen(
|
||||
completionKind = completionCtx.CodeCompletionKind;
|
||||
typeContextKind = completionCtx.typeContextKind;
|
||||
mayUseImplicitMemberExpr = completionCtx.MayUseImplicitMemberExpr;
|
||||
consumer.setReusingASTContext(completionCtx.ReusingASTContext);
|
||||
completions =
|
||||
extendCompletions(results, sink, info, nameToPopularity, CCOpts);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user