Files
codeql/java/ql/test/library-tests/controlflow/basic/bbStmts.ql
2018-10-11 11:31:37 +02:00

8 lines
149 B
Plaintext

import default
from BasicBlock b, ControlFlowNode n, int i
where
b.getNode(i) = n and
b.getFile().(CompilationUnit).fromSource()
select b, n, i