mirror of
https://github.com/github/codeql.git
synced 2026-03-31 20:58:16 +02:00
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
import default
|
|
import utils.test.AstCfg
|
|
|
|
from ControlFlowNode n
|
|
where n.getEnclosingCallable().getCompilationUnit().fromSource()
|
|
select n, getAnAstSuccessor(n)
|