mirror of
https://github.com/github/codeql.git
synced 2026-03-26 09:18:16 +01: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()
|
|
|