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

5 lines
92 B
TypeScript

// @target: es2017
// @noEmitHelpers: true
async function foo(): Promise<void> {
return;
}