mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
class Stmt extends @stmt {
|
|
string toString() { none() }
|
|
}
|
|
|
|
from Stmt f, Stmt i
|
|
where
|
|
for_initialization(f, i) and
|
|
f instanceof @stmt_for
|
|
select f, i
|