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.
1 parent 090c5c3 commit 48ef3b1Copy full SHA for 48ef3b1
javascript/ql/lib/semmle/javascript/dataflow/Nodes.qll
@@ -970,7 +970,7 @@ class ClassNode extends DataFlow::SourceNode instanceof ClassNode::Range {
970
exists(DataFlow::TypeTracker t2, StepSummary summary, DataFlow::SourceNode prev |
971
prev = this.getAClassReference(t2) and
972
StepSummary::step(prev, result, summary) and
973
- t2 = t.append(summary)
+ t = t2.append(summary)
974
)
975
}
976
0 commit comments