mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
import java
|
|
|
|
from Element e1, Element e2
|
|
where
|
|
e1.hasChildElement(e2) and
|
|
e1.getFile().toString() = "A"
|
|
select e1, e2
|