mirror of
https://github.com/github/codeql.git
synced 2026-03-29 11:48:16 +02:00
9 lines
207 B
Plaintext
Executable File
9 lines
207 B
Plaintext
Executable File
|
|
|
|
import python
|
|
import Util
|
|
|
|
from EssaVariable v, EssaDefinition def
|
|
where def = v.getDefinition()
|
|
select locate(def.getLocation(), "abdefghijknrs_"), v.getRepresentation() + " = " + def.getRepresentation()
|