mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Swift: Extract structured keypath components.
Changes in swift/ql/lib are generated by swift/codegen without manual intervention.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// generated by codegen/codegen.py
|
||||
import codeql.swift.elements
|
||||
import TestUtils
|
||||
|
||||
from KeyPathComponent x
|
||||
where toBeTested(x) and not x.isUnknown()
|
||||
select x, x.getTupleIndex()
|
||||
Reference in New Issue
Block a user