=== tests/cases/compiler/generatorReturnExpressionIsChecked.ts === function* f(): Iterator { >f : () => Iterator return invalid; >invalid : any }