TypeScript/tests/baselines/reference/yieldExpression1.symbols
2016-11-09 14:41:11 -08:00

7 lines
138 B
Plaintext

=== tests/cases/compiler/yieldExpression1.ts ===
function* foo() {
>foo : Symbol(foo, Decl(yieldExpression1.ts, 0, 0))
yield
}