mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
JS: address comments and support TrackedNode
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import * as dummy from 'dummy';
|
||||
|
||||
class C {
|
||||
constructor() {
|
||||
this.field = new Object();
|
||||
}
|
||||
}
|
||||
|
||||
function test() {
|
||||
let x = new C().field;
|
||||
foo(x);
|
||||
}
|
||||
Reference in New Issue
Block a user