TypeScript/tests/baselines/reference/FunctionExpression2_es6.errors.txt
2014-12-11 17:22:22 -08:00

7 lines
353 B
Plaintext

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