TypeScript/tests/baselines/reference/yieldExpression1.errors.txt
2014-12-03 20:41:39 -08:00

9 lines
290 B
Plaintext

tests/cases/compiler/yieldExpression1.ts(1,9): error TS9001: 'generators' are not currently supported.
==== tests/cases/compiler/yieldExpression1.ts (1 errors) ====
function* foo() {
~
!!! error TS9001: 'generators' are not currently supported.
yield
}