mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Requirement] Rename RequirementKind::SameCount to SameShape.
This commit is contained in:
@@ -1337,7 +1337,7 @@ static uint8_t getRawStableRequirementKind(RequirementKind kind) {
|
||||
return GenericRequirementKind::KIND;
|
||||
|
||||
switch (kind) {
|
||||
CASE(SameCount)
|
||||
CASE(SameShape)
|
||||
CASE(Conformance)
|
||||
CASE(Superclass)
|
||||
CASE(SameType)
|
||||
|
||||
Reference in New Issue
Block a user