blob: 5511073849b30b6a811e2c24473f0a2237f472e0 [file] [log] [blame]
function test() {
return "iterator" in Symbol;
}
if (!test())
throw new Error("Test failed");