Sema: Remove replacements parameter from getMemberReferenceTypeFromOpenedType()

This commit is contained in:
Slava Pestov
2025-09-15 16:24:57 -04:00
parent 1efc9a6d0d
commit 35a439de24
2 changed files with 13 additions and 18 deletions

View File

@@ -4520,8 +4520,7 @@ private:
/// determine the reference type of the member reference.
Type getMemberReferenceTypeFromOpenedType(
Type type, Type baseObjTy, ValueDecl *value,
ConstraintLocator *locator, bool hasAppliedSelf, bool isDynamicLookup,
ArrayRef<OpenedType> replacements);
ConstraintLocator *locator, bool hasAppliedSelf, bool isDynamicLookup);
/// Add the constraints needed to bind an overload's type variable.
void bindOverloadType(const SelectedOverload &overload, Type boundType,