mirror of
https://github.com/github/codeql.git
synced 2026-02-14 14:11:20 +01:00
8 lines
211 B
Plaintext
Generated
8 lines
211 B
Plaintext
Generated
// generated by codegen, do not edit
|
|
import codeql.rust.elements
|
|
import TestUtils
|
|
|
|
from UseBoundGenericArgs x, int index
|
|
where toBeTested(x) and not x.isUnknown()
|
|
select x, index, x.getUseBoundGenericArg(index)
|