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

4 lines
79 B
TypeScript

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