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

2 lines
29 B
TypeScript

class C<T extends number> {
}