TypeScript/tests/cases/compiler/generatorES6_3.ts

4 lines
54 B
TypeScript
Raw Normal View History

// @target: es6
var v = function*() {
yield 0
}