==== tests/cases/compiler/emptyGenericParamList.ts (2 errors) ==== class I {} var x: I<>; ~~ !!! Type argument list cannot be empty. ~~~ !!! Generic type 'I' requires 1 type argument(s).