mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
9 lines
185 B
Plaintext
9 lines
185 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()
|