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

3 lines
45 B
TypeScript

// @target: es6
function f(yield = yield) {
}