We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e948e22 commit a54ca38Copy full SHA for a54ca38
1 file changed
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPublic.qll
@@ -1086,7 +1086,7 @@ class StmtSequenceNode extends ExprNode {
1086
/**
1087
* A data flow node corresponding to a method, block, or lambda expression.
1088
*/
1089
-class CallableNode extends ExprNode {
+class CallableNode extends StmtSequenceNode {
1090
private Callable callable;
1091
1092
CallableNode() { this.asExpr().getExpr() = callable }
0 commit comments