blob: 18afba577ae6559a4d95ac063635e0ce118cf7c0 [file] [log] [blame]
function test() {
return typeof Array.prototype[Symbol.iterator] === 'function';
}
if (!test())
throw new Error("Test failed");