Files
codeql/java/ql/test-kotlin2/library-tests/controlflow/basic/bbStmts.ql
Owen Mansel-Chan 5b575113c3 Update test-kotlin2
2024-12-10 15:56:15 +00:00

8 lines
163 B
Plaintext

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