blob: 08a736a14fae355b53552a8de637165db845135e [file] [log] [blame]
function test() {
class R extends RegExp {}
var r = new R("baz");
return r.test("foobarbaz");
}
if (!test())
throw new Error("Test failed");