mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Convert DeclContext Parameters to their Associated Generic Signatures Instead
This commit is contained in:
@@ -74,7 +74,8 @@ void emitDistributedActorSystemWitnessCall(
|
||||
// If the base is an existential open it.
|
||||
if (systemASTType->isAnyExistentialType()) {
|
||||
OpenedArchetypeType *opened;
|
||||
systemASTType = systemASTType->openAnyExistentialType(opened, module)
|
||||
systemASTType = systemASTType->openAnyExistentialType(opened,
|
||||
F.getGenericSignature())
|
||||
->getCanonicalType();
|
||||
base = B.createOpenExistentialAddr(
|
||||
loc, base, F.getLoweredType(systemASTType),
|
||||
|
||||
Reference in New Issue
Block a user