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

7 lines
239 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ClassDeclarations/parserClassDeclaration11.ts (1 errors) ====
class C {
constructor();
~~~~~~~~~~~~~~
!!! Constructor implementation is missing.
foo() { }
}