mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #36657 from xedin/rdar-75978086
[CSBindings] A couple of adjustments to transitive protocol inference
This commit is contained in:
@@ -1710,6 +1710,7 @@ ConstraintSystem::getTypeOfMemberReference(
|
||||
// Concrete type replacing `Self` could be generic, so we need
|
||||
// to make sure that it's opened before use.
|
||||
baseOpenedTy = openType(concreteSelf, replacements);
|
||||
baseObjTy = baseOpenedTy;
|
||||
}
|
||||
}
|
||||
} else if (baseObjTy->isExistentialType()) {
|
||||
|
||||
Reference in New Issue
Block a user