mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
// generated by codegen/codegen.py
|
|
import codeql.swift.elements
|
|
import TestUtils
|
|
|
|
from File x, string getName
|
|
where
|
|
toBeTested(x) and
|
|
not x.isUnknown() and
|
|
getName = x.getName()
|
|
select x, "getName:", getName
|