==== tests/cases/compiler/ClassDeclaration14.ts (2 errors) ==== class C { foo(); ~~~ !!! Function implementation is missing or not immediately following the declaration. constructor(); ~~~~~~~~~~~~~~ !!! Constructor implementation is missing. }