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