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.
AnyNode
1 parent 663096f commit 1b29bddCopy full SHA for 1b29bdd
python/ql/lib/semmle/python/Flow.qll
@@ -324,7 +324,9 @@ class ControlFlowNode extends @py_flow_node {
324
* This avoids wasting time on the trivial overrides on the ControlFlowNode subclasses.
325
*/
326
327
-private class AnyNode extends ControlFlowNode { }
+private class AnyNode extends ControlFlowNode {
328
+ override AstNode getNode() { result = super.getNode() }
329
+}
330
331
/**
332
* Check whether a SSA variable has complete points-to information.
0 commit comments