Files
codeql/java/ql/test/library-tests/java7/MultiCatch/MultiCatchControlFlow.ql
2018-08-30 10:48:05 +01:00

6 lines
128 B
Plaintext

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