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

4 lines
63 B
TypeScript

// @target: es6
function * foo() {
var v = { [yield]: foo }
}