mirror of
https://github.com/github/codeql.git
synced 2026-06-14 17:31:09 +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()
|