mirror of
https://github.com/github/codeql.git
synced 2026-04-20 06:24:03 +02:00
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
import swift
|
|
|
|
from LabeledStmt stmt
|
|
where stmt.getLocation().getFile().getName().matches("%swift/ql/test%")
|
|
select stmt
|