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

4 lines
66 B
TypeScript

// @target: ES5
// @noEmitHelpers: true
const x = async => async;