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

5 lines
177 B
Plaintext

==== tests/cases/compiler/FunctionDeclaration4.ts (1 errors) ====
function foo();
function bar() { }
~~~
!!! Function implementation name must be 'foo'.