mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[CodeCompletion] Ensure cached results have 'unknown' type relation
This commit is contained in:
@@ -992,7 +992,8 @@ static void transformAndForwardResults(
|
||||
CodeCompletion::SwiftResult paren(
|
||||
CodeCompletion::SwiftResult::ResultKind::BuiltinOperator,
|
||||
SemanticContextKind::ExpressionSpecific,
|
||||
exactMatch ? exactMatch->getNumBytesToErase() : 0, completionString);
|
||||
exactMatch ? exactMatch->getNumBytesToErase() : 0, completionString,
|
||||
CodeCompletionResult::ExpectedTypeRelation::NotApplicable);
|
||||
|
||||
SwiftCompletionInfo info;
|
||||
std::vector<Completion *> extended =
|
||||
|
||||
Reference in New Issue
Block a user