mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
fix mistake in inlining
This commit is contained in:
@@ -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)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user