We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getAPrimaryQlClass()
1 parent a66ba4e commit 4743dfaCopy full SHA for 4743dfa
actions/ql/lib/codeql/actions/ast/internal/Ast.qll
@@ -273,7 +273,7 @@ class ExpressionImpl extends AstNodeImpl, TExpressionNode {
273
274
override ScalarValueImpl getParentNode() { result.getNode() = value }
275
276
- override string getAPrimaryQlClass() { result = "ExpressionNode" }
+ override string getAPrimaryQlClass() { result = "ExpressionImpl" }
277
278
override YamlNode getNode() { none() }
279
0 commit comments