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

6 lines
100 B
TypeScript

// @target: es6
function * foo() {
// Legal to use 'yield' in a type context.
var v: yield;
}