TypeScript/tests/baselines/reference/asyncArrowFunction8_es6.errors.txt
2015-05-06 17:33:58 -07:00

10 lines
381 B
Plaintext

tests/cases/conformance/async/es6/asyncArrowFunction/asyncArrowFunction8_es6.ts(3,19): error TS1109: Expression expected.
==== tests/cases/conformance/async/es6/asyncArrowFunction/asyncArrowFunction8_es6.ts (1 errors) ====
var foo = async (): Promise<void> => {
var v = { [await]: foo }
~
!!! error TS1109: Expression expected.
}