//// [generatorTypeCheck3.ts] function* g1(): IterableIterator { } //// [generatorTypeCheck3.js] function* g1() { }