enhance reduce_vars (#5616)

closes #5614
This commit is contained in:
Alex Lam S.L
2022-08-17 02:25:59 +01:00
committed by GitHub
parent 887e086890
commit d6d2f5ced2
3 changed files with 237 additions and 28 deletions

View File

@@ -1485,8 +1485,6 @@ self_assignments_5: {
}
expect: {
var i = 0, l = [ "FAIL", "PASS" ];
l[0];
l[0];
l[0] = l[1];
console.log(l[0], 2);
}