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

7 lines
No EOL
179 B
Text

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