TypeScript/tests/cases/conformance/async/es6/asyncDeclare_es6.ts
2015-10-12 14:27:58 -07:00

3 lines
84 B
TypeScript

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