mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
This also adds `UnresolvedDeclRefExpr` tests, as `IfConfigDecl` consistently introduces those.
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
// generated by codegen/codegen.py
|
|
import codeql.swift.elements
|
|
import TestUtils
|
|
|
|
from UnresolvedDeclRefExpr x
|
|
where toBeTested(x) and not x.isUnknown()
|
|
select x
|