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

5 lines
53 B
TypeScript

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