use strict-mode-safe placeholder (#4694)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user