TypeScript/tests/cases/conformance/es6/yieldExpressions/generatorTypeCheck49.ts

6 lines
74 B
TypeScript
Raw Normal View History

2015-05-05 01:15:55 +02:00
//@target: ES6
//@noImplicitAny: true
function* g() {
yield 0;
}