Sema: The primary associated type list references existing associated types instead of declaring new ones

This commit is contained in:
Slava Pestov
2022-04-03 21:11:01 -04:00
parent ecf8a35dc1
commit 8c47cd75fd
18 changed files with 149 additions and 164 deletions

View File

@@ -3487,7 +3487,6 @@ public:
contextID.getOpaqueValue(),
S.addTypeRef(assocType->getDefaultDefinitionType()),
assocType->isImplicit(),
assocType->isPrimary(),
overriddenAssocTypeIDs);
}