TypeScript/tests/cases/conformance/es6/yieldExpressions/generatorTypeCheck5.ts
2015-05-04 16:15:55 -07:00

2 lines
39 B
TypeScript

//@target: ES6
function* g1(): any { }