==== tests/cases/compiler/superWithTypeArgument.ts (2 errors) ==== class C { } class D extends C { constructor() { super(); ~ !!! 'super' must be followed by argument list or member access. ~~~~~~~~~~ !!! Supplied parameters do not match any signature of call target. } }