//@target: ES6 module M { function f(s: string): Iterable; function f(s: number): Iterable; function* f(s: any): Iterable { } }