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

2 lines
31 B
TypeScript

class C<T extends List<T> > {
}