mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Swift: restore ArrayElement as an alias for CollectionElement
This commit is contained in:
@@ -497,6 +497,9 @@ predicate parseContent(AccessPathToken component, Content content) {
|
||||
or
|
||||
parseEnum(component, content)
|
||||
or
|
||||
component.getName() = "ArrayElement" and
|
||||
content instanceof Content::CollectionContent
|
||||
or
|
||||
component.getName() = "CollectionElement" and
|
||||
content instanceof Content::CollectionContent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user