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

7 lines
350 B
Plaintext
Raw Normal View History

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.