Files
codeql/java/ql/test/library-tests/java7/MultiCatch/MultiCatchControlFlow.ql
2026-02-23 15:09:50 +01:00

6 lines
132 B
Plaintext

import default
from ControlFlowNode n
where n.getEnclosingCallable().getCompilationUnit().fromSource()
select n, n.getASuccessor()