blob: 3c200da44d6dfcf3af5738563511b5d4d4469a2b [file] [log] [blame]
function test() {
return Math.max(...[1, 2, 3]) === 3
}
if (!test())
throw new Error("Test failed");