TypeScript/tests/baselines/reference/typeParameterListWithTrailingComma1.types
2015-04-15 16:44:20 -07:00

6 lines
106 B
Plaintext

=== tests/cases/compiler/typeParameterListWithTrailingComma1.ts ===
class C<T,> {
>C : C<T>
>T : T
}