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