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