blob: 761b5c6b9e32a822bb3cfddf03e16aa79aa7c7d8 [file] [log] [blame]
function test() {
return typeof class {} === "function";
}
if (!test())
throw new Error("Test failed");