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