TypeScript/tests/baselines/reference/yieldExpression1.errors.txt
Jason Freeman 8be44f111c Don't quote the word 'generators' in error messages
Conflicts:
	src/compiler/diagnosticInformationMap.generated.ts
2014-12-12 10:41:21 -08:00

9 lines
No EOL
286 B
Text

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
}