blob: 4a022b5dd19747ceb293c846eba41dc1dc9926d6 [file] [log] [blame]
function test() {
return typeof Symbol() === "symbol";
}
if (!test())
throw new Error("Test failed");