deduplicate declarations regardless of toplevel (#2393)
This commit is contained in:
@@ -2051,7 +2051,7 @@ inner_lvalues: {
|
||||
console.log(null, a, b);
|
||||
}
|
||||
expect: {
|
||||
var a, b = 10;
|
||||
var b = 10;
|
||||
var a = (--b || a || 3).toString(), c = --b + -a;
|
||||
console.log(null, a, b);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user