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

2 lines
41 B
TypeScript

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