//@target: ES6 interface BadGenerator extends Iterator, Iterable { } function* g3(): BadGenerator { }