mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #84729 from xedin/rdar-161207705
[CSSimplify] Avoid simplifying dependent members until pack expansion…
This commit is contained in:
@@ -849,12 +849,11 @@ public:
|
||||
/// type variables referenced by this type.
|
||||
void getTypeVariables(SmallPtrSetImpl<TypeVariableType *> &typeVariables);
|
||||
|
||||
private:
|
||||
public:
|
||||
/// If the receiver is a `DependentMemberType`, returns its root. Otherwise,
|
||||
/// returns the receiver.
|
||||
Type getDependentMemberRoot();
|
||||
|
||||
public:
|
||||
/// Determine whether this type is a type parameter, which is either a
|
||||
/// GenericTypeParamType or a DependentMemberType.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user