// generated by codegen/codegen.py import codeql.swift.elements import TestUtils from DotSyntaxCallExpr x, Expr getFunction, Expr getBase where toBeTested(x) and not x.isUnknown() and getFunction = x.getFunction() and getBase = x.getBase() select x, "getFunction:", getFunction, "getBase:", getBase