Files
codeql/swift/ql/test/extractor-tests/generated/expr/ObjectLiteralExpr/ObjectLiteralExpr.ql
2022-11-09 15:51:08 +01:00

11 lines
224 B
Plaintext

// generated by codegen/codegen.py
import codeql.swift.elements
import TestUtils
from ObjectLiteralExpr x, int getKind
where
toBeTested(x) and
not x.isUnknown() and
getKind = x.getKind()
select x, "getKind:", getKind