mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove ResilienceExpansion from substOpaqueTypes for now.
It's currently meaningless, and it'll require thought to pass the correct value when it becomes meaningful.
This commit is contained in:
@@ -111,8 +111,7 @@ public:
|
||||
|
||||
/// Replace opaque types in the conforming type with their underlying types,
|
||||
/// and resolve opaque conformances to their underlying conformances.
|
||||
ProtocolConformanceRef substOpaqueTypesWithUnderlyingTypes(Type origType,
|
||||
ResilienceExpansion expansion) const;
|
||||
ProtocolConformanceRef substOpaqueTypesWithUnderlyingTypes(Type origType) const;
|
||||
|
||||
/// Given a dependent type (expressed in terms of this conformance's
|
||||
/// protocol), follow it from the conforming type.
|
||||
|
||||
Reference in New Issue
Block a user