mirror of
https://github.com/github/codeql.git
synced 2026-03-31 04:38:18 +02:00
7 lines
156 B
Plaintext
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)
|