mirror of
https://github.com/github/codeql.git
synced 2026-04-03 22:28:15 +02:00
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
import java
|
|
import utils.test.AstCfg
|
|
|
|
from ControlFlowNode cn
|
|
where cn.getLocation().getFile().getBaseName() = ["Test.java", "Exhaustive.java"]
|
|
select cn, getAnAstSuccessor(cn)
|