Sign in
webkit
/
WebKit
/
8903dd42b5c8ca8812f8019c0337a8d5abf20bc4
/
.
/
PerformanceTests
/
SixSpeed
/
tests
/
spread
/
spread.es6
blob: 95ee937d2494f441c2e8ab84bbb75fbefda75dee [
file
] [
log
] [
blame
]
function
fn
()
{
return
Math
.
max
(...[
1
,
2
,
3
]);
}
assertEqual
(
fn
(),
3
);
test
(
fn
);