use strict-mode-safe placeholder (#4694)

This commit is contained in:
Alex Lam S.L
2021-02-26 08:43:53 +00:00
committed by GitHub
parent 992952d8f6
commit ea52339502
3 changed files with 6 additions and 6 deletions

View File

@@ -690,7 +690,7 @@ drop_body: {
})([ console.log("baz") ]);
}
expect: {
[ [ , 0[0] = console.log("foo") ] ] = [ [ console.log("baz") ] ];
[ [ , [].e = console.log("foo") ] ] = [ [ console.log("baz") ] ];
}
expect_stdout: [
"baz",