blob: aefad076847bff4929f7807765f990b7373cdf6d [file] [log] [blame]
description('Tests for ES6 arrow function no constructor');
var simpleArrowFunction = () => {};
shouldThrow('new simpleArrowFunction()');
var successfullyParsed = true;