blob: 31142231fc6f99b5abb104a095dc6da6008d6392 [file] [log] [blame]
function test() {
class C { foo(){} };
return (new C).foo.name === "foo";
}
if (!test())
throw new Error("Test failed");