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

2 lines
38 B
TypeScript

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