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

8 lines
387 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ModuleDeclarations/parserModuleDeclaration10.ts (2 errors) ====
function data(): string;
2014-07-31 01:27:13 +02:00
~~~~
!!! Function implementation is missing or not immediately following the declaration.
2014-07-13 01:04:16 +02:00
function next(): string;
2014-07-31 01:27:13 +02:00
~~~~
!!! Function implementation is missing or not immediately following the declaration.
2014-07-13 01:04:16 +02:00