mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
@@ -20,4 +20,10 @@ function g(b) {
|
||||
return;
|
||||
// OK: no types inferred for `z`, since this is dead code
|
||||
z.y = true;
|
||||
}
|
||||
|
||||
function h() {
|
||||
let tmp;
|
||||
let obj = (tmp ||= {});
|
||||
obj.p = 42;
|
||||
}
|
||||
Reference in New Issue
Block a user