//@target: ES6 interface WeirdIter extends IterableIterator { hello: string; } function* g1(): WeirdIter { }