Nathan Walters 30f93b36a2
Fix printing of single-param async arrow function with comments (#13136)
* Fix printing of async arrow function with a single param and comments

* Add OVERWRITE support to generator tests
2021-04-12 10:10:02 -04:00

6 lines
127 B
JavaScript

async (/** @type {any} */ arg) => {};
async (arg /* trailing */) => {};
async (/** @type {any} */ arg /* trailing */) => {};