DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / baselines / reference / FunctionDeclaration5_es6.types
12345
=== tests/cases/conformance/es6/functionDeclarations/FunctionDeclaration5_es6.ts === function*foo(yield) { >foo : () => any >yield : any }