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

3 lines
43 B
TypeScript

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