blob: 4bba00f498c00b2572dd60821030a367e0a18786 [file] [log] [blame]
function test() {
return Reflect.apply(Array.prototype.push, [1,2], [3,4,5]) === 5;
}
if (!test())
throw new Error("Test failed");