swc/crates/swc_ecma_parser/tests/tsc/generatorInAmbientContext3.d.ts

4 lines
57 B
TypeScript

//@target: ES6
declare class C {
*generator(): any;
}