Files
codeql/java/ql/test/library-tests/pattern-instanceof/cfg.ql
Anders Schack-Mulligen eb37c413f2 Java: Accept revised CFG.
2026-02-23 15:10:00 +01:00

7 lines
156 B
Plaintext

import java
import utils.test.AstCfg
from ControlFlowNode cn
where cn.getLocation().getFile().getBaseName() = "Test.java"
select cn, getAnAstSuccessor(cn)