blob: 24150cfd77fb911c12cb3eb2086b88becfc2eaab [file] [log] [blame]
// "use strict" is not special as the body of an arrow function without braces.
var f = (a = obj => { with (obj) return x; }) => "use strict";
assertEq(f(), "use strict");