TypeScript/tests/baselines/reference/FunctionExpression1_es6.errors.txt
2014-11-25 13:54:26 -08:00

7 lines
354 B
Plaintext

tests/cases/conformance/es6/functionExpressions/FunctionExpression1_es6.ts(1,18): error TS9001: 'generators' are not currently supported.
==== tests/cases/conformance/es6/functionExpressions/FunctionExpression1_es6.ts (1 errors) ====
var v = function * () { }
~
!!! error TS9001: 'generators' are not currently supported.