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

4 lines
49 B
TypeScript

// @target: es6
function *g() {
yield * [];
}