mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
// generated by codegen/codegen.py
|
|
import codeql.swift.elements
|
|
import TestUtils
|
|
|
|
from KeyPathComponent x, int index
|
|
where toBeTested(x) and not x.isUnknown()
|
|
select x, index, x.getSubscriptArgument(index)
|