//// [generatorTypeCheck11.ts] function* g(): IterableIterator { return 0; } //// [generatorTypeCheck11.js] function* g() { return 0; }