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

4 lines
81 B
TypeScript

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