mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
// generated by {{generator}}, do not edit
|
|
|
|
import {{elements_module}}
|
|
import TestUtils
|
|
|
|
{{#property}}
|
|
from {{class_name}} x{{#is_indexed}}, int index{{/is_indexed}}
|
|
where toBeTested(x) and not x.isUnknown()
|
|
select x, {{#is_indexed}}index, {{/is_indexed}}x.{{getter}}({{#is_indexed}}index{{/is_indexed}})
|
|
{{/property}}
|