mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
// generated by {{generator}}
|
|
|
|
import codeql.swift.elements
|
|
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}}
|