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

3 lines
34 B
TypeScript

class C {
constructor<T>() { }
}