==== tests/cases/compiler/emptyTypeArgumentListWithNew.ts (2 errors) ==== class foo { } new foo<>(); ~~ !!! Type argument list cannot be empty. ~~~~~~~~~~~ !!! Supplied parameters do not match any signature of call target.