mirror of
https://github.com/github/codeql.git
synced 2026-04-10 17:44:03 +02: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()
|