Files
codeql/swift/ql/test/extractor-tests/patterns/matching_expr.ql
2023-03-27 23:01:24 +02:00

6 lines
79 B
Plaintext

import swift
from Pattern p, Expr e
where p.getMatchingExpr() = e
select p, e