TypeScript/tests/baselines/reference/ClassDeclaration8.errors.txt
2014-07-30 16:27:13 -07:00

6 lines
172 B
Plaintext

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