mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #63324 from rjmccall/element-archetype-printing
Fix printing and implement parsing of opened element archetypes in SIL
This commit is contained in:
@@ -200,10 +200,8 @@ class CodeCompletionCallbacksImpl : public IDEInspectionCallbacks {
|
||||
|
||||
const auto ty = swift::performTypeResolution(
|
||||
ParsedTypeLoc.getTypeRepr(), P.Context,
|
||||
/*isSILMode=*/false,
|
||||
/*isSILType=*/false,
|
||||
CurDeclContext->getGenericSignatureOfContext(),
|
||||
/*GenericParams=*/nullptr,
|
||||
/*SILContext=*/nullptr,
|
||||
CurDeclContext,
|
||||
/*ProduceDiagnostics=*/false);
|
||||
if (!ty->hasError()) {
|
||||
|
||||
Reference in New Issue
Block a user