TypeScript/tests/baselines/reference/asyncArrowFunction5_es6.js

10 lines
163 B
TypeScript
Raw Normal View History

2015-05-07 02:33:58 +02:00
//// [asyncArrowFunction5_es6.ts]
var foo = async (await): Promise<void> => {
}
//// [asyncArrowFunction5_es6.js]
var foo = async(await), Promise = ;
{
}