mirror of
https://github.com/github/codeql.git
synced 2026-03-02 13:53:42 +01:00
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
import default
|
|
|
|
from Annotation ann, Element elt
|
|
where elt = ann.getAnnotatedElement() and
|
|
elt.fromSource()
|
|
select ann, elt
|