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:
@@ -304,7 +304,7 @@ class AbstractionPattern {
|
||||
OrigType = origType;
|
||||
else
|
||||
OrigType = origType
|
||||
.substOpaqueTypesWithUnderlyingTypes(ResilienceExpansion::Minimal)
|
||||
.substOpaqueTypesWithUnderlyingTypes()
|
||||
->getCanonicalType();
|
||||
GenericSig = CanGenericSignature();
|
||||
if (OrigType->hasTypeParameter())
|
||||
|
||||
Reference in New Issue
Block a user