blob: 20e40e6cfcea3e824ebc22e71fd16682c2e723d7 [file] [log] [blame]
function test() {
var a = () => 5;
return !a.hasOwnProperty("prototype");
}
if (!test())
throw new Error("Test failed");