Skip to content

Commit a54ca38

Browse files
committed
Ruby: DataFlow::CallableNode extends DataFlow::StmtSequenceNode
1 parent e948e22 commit a54ca38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPublic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ class StmtSequenceNode extends ExprNode {
10861086
/**
10871087
* A data flow node corresponding to a method, block, or lambda expression.
10881088
*/
1089-
class CallableNode extends ExprNode {
1089+
class CallableNode extends StmtSequenceNode {
10901090
private Callable callable;
10911091

10921092
CallableNode() { this.asExpr().getExpr() = callable }

0 commit comments

Comments
 (0)