//@target: ES6 function* g(): IterableIterator { yield 0; return ""; }