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