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

7 lines
146 B
TypeScript

// @target: es2017
// @noEmitHelpers: true
async function foo(): Promise<void> {
// Legal to use 'await' in a type context.
var v: await;
}