mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[AST] NFC: Rename getArgumentInterfaceType -> getPayloadInterfaceType
IMO this is a slightly clearer name, many of its uses already use the term "payload".
This commit is contained in:
@@ -4337,7 +4337,7 @@ public:
|
||||
// reason). However, we need a more robust handling of deserialization
|
||||
// dependencies that can handle circularities. rdar://problem/32359173
|
||||
collectDependenciesFromType(dependencyTypes,
|
||||
nextElt->getArgumentInterfaceType(),
|
||||
nextElt->getPayloadInterfaceType(),
|
||||
/*excluding*/theEnum->getParentModule());
|
||||
}
|
||||
for (Requirement req : theEnum->getGenericRequirements()) {
|
||||
|
||||
Reference in New Issue
Block a user