fix mistake in inlining

This commit is contained in:
Erik Krogh Kristensen
2022-03-29 23:39:22 +02:00
parent 090c5c39f6
commit 48ef3b106f

View File

@@ -970,7 +970,7 @@ class ClassNode extends DataFlow::SourceNode instanceof ClassNode::Range {
exists(DataFlow::TypeTracker t2, StepSummary summary, DataFlow::SourceNode prev |
prev = this.getAClassReference(t2) and
StepSummary::step(prev, result, summary) and
t2 = t.append(summary)
t = t2.append(summary)
)
}