TypeScript/tests/baselines/reference/ClassDeclaration8.errors.txt

9 lines
292 B
Text
Raw Normal View History

tests/cases/compiler/ClassDeclaration8.ts(2,3): error TS2390: Constructor implementation is missing.
2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/ClassDeclaration8.ts (1 errors) ====
class C {
constructor();
~~~~~~~~~~~~~~
!!! error TS2390: Constructor implementation is missing.
2014-07-13 01:04:16 +02:00
}