TypeScript/tests/baselines/reference/FunctionExpression1_es6.errors.txt

7 lines
354 B
Text
Raw Normal View History

2014-11-25 22:54:26 +01:00
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 * () { }
2014-11-25 22:54:26 +01:00
~
!!! error TS9001: 'generators' are not currently supported.