blob: bee9b891481f5b573f46caf6183f27496b0d28fb [file] [log] [blame]
function test() {
return Array.from({ 0: "foo", 1: "bar", length: 2 }) + '' === "foo,bar";
}
if (!test())
throw new Error("Test failed");