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

4 lines
84 B
TypeScript

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