TypeScript/tests/cases/compiler/generatorES6InAMDModule.ts

5 lines
72 B
TypeScript
Raw Normal View History

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