1 2 3 4
var x = Array.concat(Object.freeze([{}])); assertEq(x.length, 1); assertEq(0 in x, true); assertEq(JSON.stringify(x[0]), "{}");