Files
codeql/misc/codegen/templates/ql_test_property.mustache
2023-02-27 09:46:48 +01:00

11 lines
312 B
Plaintext

// generated by {{generator}}
import {{elements_module}}
import TestUtils
{{#property}}
from {{class_name}} x{{#is_repeated}}, int index{{/is_repeated}}
where toBeTested(x) and not x.isUnknown()
select x, {{#is_repeated}}index, {{/is_repeated}}x.{{getter}}({{#is_repeated}}index{{/is_repeated}})
{{/property}}