mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Respect resilience when specializing opaque type archetypes
This commit is contained in:
@@ -111,8 +111,9 @@ public:
|
||||
|
||||
/// Replace opaque types in the conforming type with their underlying types,
|
||||
/// and resolve opaque conformances to their underlying conformances.
|
||||
ProtocolConformanceRef substOpaqueTypesWithUnderlyingTypes(Type origType) const;
|
||||
|
||||
ProtocolConformanceRef substOpaqueTypesWithUnderlyingTypes(
|
||||
Type origType, ModuleDecl *modulePerformingSubstitution) const;
|
||||
|
||||
/// Given a dependent type (expressed in terms of this conformance's
|
||||
/// protocol), follow it from the conforming type.
|
||||
Type getAssociatedType(Type origType, Type dependentType,
|
||||
|
||||
Reference in New Issue
Block a user