We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e149b6a commit dc1ec63Copy full SHA for dc1ec63
cpp/ql/test/library-tests/lambdas/captures/elements.ql
@@ -4,4 +4,4 @@ from Element e
4
where not e instanceof BuiltInType
5
and not e instanceof Specifier
6
and not e instanceof Folder
7
-select e, concat(e.getAQlClass(), ", ")
+select e
0 commit comments