TypeScript/tests/baselines/reference/classOverloadForFunction2.errors.txt
2014-07-31 11:06:42 -07:00

7 lines
269 B
Plaintext

==== tests/cases/compiler/classOverloadForFunction2.ts (2 errors) ====
function bar(): string;
~~~
!!! Function implementation is missing or not immediately following the declaration.
class bar {}
~~~
!!! Duplicate identifier 'bar'.