// generated by codegen, do not edit import codeql.rust.elements import TestUtils from Comment x, AstNode getParent, string getText where toBeTested(x) and not x.isUnknown() and getParent = x.getParent() and getText = x.getText() select x, "getParent:", getParent, "getText:", getText