mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
import python
|
|
import Util
|
|
|
|
from Scope pre, Scope post
|
|
where pre.precedes(post)
|
|
select locate(pre.getLocation(), "q"), pre.toString(), locate(post.getLocation(), "q"),
|
|
post.toString()
|