TypeScript/tests/cases/compiler/yieldStringLiteral.ts

4 lines
51 B
TypeScript
Raw Normal View History

function yieldString() {
yield 'literal';
}