Files
codeql/java/ql/test/kotlin/library-tests/controlflow/basic/bbStmts.ql
2022-05-10 19:50:58 +01:00

8 lines
149 B
Plaintext

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