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