=== tests/cases/conformance/es6/yieldExpressions/YieldExpression5_es6.ts === function* foo() { >foo : () => Generator yield* >yield* : any } > : any