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

2 lines
30 B
TypeScript

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