mirror of
https://github.com/github/codeql.git
synced 2026-02-15 14:33:40 +01:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
import swift
|
|
import TestUtils
|
|
|
|
from Locatable e
|
|
where e instanceof ErrorElement and toBeTested(e)
|
|
select e, e.getPrimaryQlClasses()
|