swc/crates/swc_ecma_parser/tests/tsc/arrowFunctionWithParameterNameAsync_es5.ts

5 lines
94 B
TypeScript

// @target: ES5
// @lib: es5,es2015.promise
// @noEmitHelpers: true
const x = async => async;