blob: 85da5bb18535eba0c58c8353bb3644a063161cc3 [file] [log] [blame]
function test() {
'use strict';
return this === undefined && ({ a:1, a:1 }).a === 1;
}
if (!test())
throw new Error("Test failed");