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