Swift: document "ArrayElement" case in MaD

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Robert Marsh
2023-09-14 09:11:35 -04:00
committed by GitHub
parent 6ad78eba05
commit 62953cb250

View File

@@ -497,6 +497,7 @@ predicate parseContent(AccessPathToken component, Content content) {
or
parseEnum(component, content)
or
// map legacy "ArrayElement" specification components to `CollectionContent`
component.getName() = "ArrayElement" and
content instanceof Content::CollectionContent
or