TypeScript/tests/cases/compiler/yieldStringLiteral.ts

4 lines
51 B
TypeScript

function yieldString() {
yield 'literal';
}