// generated by codegen, do not edit import codeql.rust.elements import TestUtils from MatchGuard x, string hasCondition where toBeTested(x) and not x.isUnknown() and if x.hasCondition() then hasCondition = "yes" else hasCondition = "no" select x, "hasCondition:", hasCondition