TypeScript/tests/cases/conformance/async/es6
Yui bbbb56b08c Allow async as parameter in arrowfunction (#8488)
* Allow async as a parameter name in simple arrow function

* Add tests
2016-05-05 15:33:29 -07:00
..
asyncArrowFunction Allow async as parameter in arrowfunction (#8488) 2016-05-05 15:33:29 -07:00
awaitBinaryExpression
awaitCallExpression
functionDeclarations
asyncAliasReturnType_es6.ts
asyncAwait_es6.ts
asyncAwaitIsolatedModules_es6.ts
asyncClass_es6.ts
asyncConstructor_es6.ts
asyncDeclare_es6.ts
asyncEnum_es6.ts
asyncGetter_es6.ts
asyncImportedPromise_es6.ts
asyncInterface_es6.ts
asyncMethodWithSuper_es6.ts
asyncModule_es6.ts
asyncMultiFile.ts
asyncQualifiedReturnType_es6.ts
asyncSetter_es6.ts
awaitUnion_es6.ts