mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
import swift
|
|
|
|
from Decl decl
|
|
where decl.getLocation().getFile().getName().matches("%swift/ql/test%")
|
|
select decl
|