blob: ab10a824712567be41f02ebf51d89943db7720f9 [file] [log] [blame]
function test() {
return ["a", ..."bcd", "e"][3] === "d";
}
if (!test())
throw new Error("Test failed");