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

4 lines
53 B
TypeScript

class C {
constructor(C: (public A) => any) {
}
}