mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: The primary associated type list references existing associated types instead of declaring new ones
This commit is contained in:
@@ -3487,7 +3487,6 @@ public:
|
||||
contextID.getOpaqueValue(),
|
||||
S.addTypeRef(assocType->getDefaultDefinitionType()),
|
||||
assocType->isImplicit(),
|
||||
assocType->isPrimary(),
|
||||
overriddenAssocTypeIDs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user