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

2 lines
37 B
TypeScript

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