TypeScript/tests/baselines/reference/FunctionDeclaration6.errors.txt
2014-09-12 13:35:07 -07:00

10 lines
332 B
Plaintext

tests/cases/compiler/FunctionDeclaration6.ts(3,14): error TS2389: Function implementation name must be 'foo'.
==== tests/cases/compiler/FunctionDeclaration6.ts (1 errors) ====
{
function foo();
function bar() { }
~~~
!!! error TS2389: Function implementation name must be 'foo'.
}