swc/crates/swc_ecma_parser/tests/tsc/YieldExpression10_es6.ts

6 lines
58 B
TypeScript

// @target: es6
var v = { * foo() {
yield(foo);
}
}