TypeScript/tests/baselines/reference/asyncFunctionDeclaration5_es6.types

6 lines
196 B
Plaintext

=== tests/cases/conformance/async/es6/functionDeclarations/asyncFunctionDeclaration5_es6.ts ===
async function foo(await): Promise<void> {
>foo : (await: any) => Promise<void>
>await : any
}