Files
codeql/java/ql/test-kotlin2/library-tests/controlflow/basic/bbStmts.ql
2023-11-17 14:07:13 +00: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