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

4 lines
82 B
TypeScript

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