blob: 792c8b190d0a32bd223a3b33e4327b7e6fe41069 [file] [log] [blame]
function test() {
class C extends Array {}
return Array.isArray(new C());
}
if (!test())
throw new Error("Test failed");