tests/cases/compiler/constructorInvocationWithTooFewTypeArgs.ts(9,9): error TS2346: Supplied parameters do not match any signature of call target. ==== tests/cases/compiler/constructorInvocationWithTooFewTypeArgs.ts (1 errors) ==== class D { x: T y: U } var d = new D(); ~~~~~~~~~~~~~~~ !!! error TS2346: Supplied parameters do not match any signature of call target.