mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
// generated by codegen/codegen.py
|
|
import codeql.swift.elements
|
|
import TestUtils
|
|
|
|
from UnresolvedPatternExpr x, Pattern getSubPattern
|
|
where
|
|
toBeTested(x) and
|
|
not x.isUnknown() and
|
|
getSubPattern = x.getSubPattern()
|
|
select x, "getSubPattern:", getSubPattern
|