mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
JS: Fix post-update flow into 'this'
This commit is contained in:
@@ -45,7 +45,7 @@ function t4() {
|
||||
class C {
|
||||
constructor(x) {
|
||||
this.foo = x;
|
||||
sink(this.foo); // $ MISSING: hasValueFlow=t4.1
|
||||
sink(this.foo); // $ hasValueFlow=t4.1
|
||||
}
|
||||
}
|
||||
const c = new C(source('t4.1'));
|
||||
|
||||
Reference in New Issue
Block a user