TypeScript/tests/cases/compiler/generatorES6_1.ts

4 lines
48 B
TypeScript
Raw Normal View History

// @target: es6
function* foo() {
yield
}