* Not always safe to convert a function expression to an arrow function when code depends on the function prototype existing. Fixes #2271
14 KiB
14 KiB
* Not always safe to convert a function expression to an arrow function when code depends on the function prototype existing. Fixes #2271