michael@0: // "use strict" is not special as the body of an arrow function without braces. michael@0: michael@0: var f = (a = obj => { with (obj) return x; }) => "use strict"; michael@0: assertEq(f(), "use strict");