blob: 95ee937d2494f441c2e8ab84bbb75fbefda75dee [file] [log] [blame]
function fn() {
return Math.max(...[1,2,3]);
}
assertEqual(fn(), 3);
test(fn);