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