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

2 lines
37 B
TypeScript

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