mirror of
https://github.com/github/codeql.git
synced 2026-03-29 19:58:17 +02:00
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
|
|
import python
|
|
import analysis.CrossProjectDefinitions
|
|
|
|
from Symbol symbol
|
|
|
|
select symbol.toString(), symbol.find().getLocation().toString()
|
|
|