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

5 lines
51 B
TypeScript

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