mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
import python
|
|
|
|
from AstNode p, AstNode c
|
|
where p.getAChildNode() = c
|
|
select p.getLocation().getStartLine(), p.toString(), c.getLocation().getStartLine(), c
|
|
|