blob: 246cd0bc93f3c6d1049c7688727a6fe82a365194 [file] [log] [blame]
function test() {
function F(){}
return Reflect.construct(function(){}, [], F) instanceof F;
}
if (!test())
throw new Error("Test failed");