mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
import go
|
|
|
|
from File f, CommentGroup cg, int idx
|
|
where cg = f.getCommentGroup(idx)
|
|
select f, idx, cg
|