tests/cases/compiler/ClassDeclaration8.ts(2,3): error TS2390: Constructor implementation is missing. ==== tests/cases/compiler/ClassDeclaration8.ts (1 errors) ==== class C { constructor(); ~~~~~~~~~~~~~~ !!! error TS2390: Constructor implementation is missing. }