TypeScript/tests/baselines/reference/ClassDeclaration11.errors.txt
2014-09-11 16:11:08 -07:00

7 lines
207 B
Plaintext

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