mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
import csharp
|
|
|
|
from CollectionExpression ce, Expr element, int i
|
|
where element = ce.getElement(i)
|
|
select ce, ce.getType().toString(), i.toString(), element
|