mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +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
|