classWithEmptyTypeParameter.ts(1,8): error TS1098: Type parameter list cannot be empty.


==== classWithEmptyTypeParameter.ts (1 errors) ====
    class C<> {
           ~~
!!! error TS1098: Type parameter list cannot be empty.
    }