Files
codeql/java/ql/test-kotlin1/library-tests/controlflow/basic/bbStmts.ql
Owen Mansel-Chan 5e0c3ab715 Fix kotlin tests
2024-12-10 15:26:19 +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