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

9 lines
242 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/ClassDeclaration14.ts (2 errors) ====
class C {
foo();
~~~~~~
!!! Function implementation expected.
constructor();
~~~~~~~~~~~~~~
!!! Constructor implementation expected.
}