TypeScript/tests/baselines/reference/typeParameterListWithTrailingComma1.types

6 lines
232 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/typeParameterListWithTrailingComma1.ts ===
class C<T,> {
2015-04-13 23:01:57 +02:00
>C : C<T>, Symbol(C, Decl(typeParameterListWithTrailingComma1.ts, 0, 0))
>T : T, Symbol(T, Decl(typeParameterListWithTrailingComma1.ts, 0, 8))
}