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

12 lines
807 B
Plaintext

tests/cases/conformance/parser/ecmascript5/ModuleDeclarations/parserModuleDeclaration10.ts(1,10): error TS2391: Function implementation is missing or not immediately following the declaration.
tests/cases/conformance/parser/ecmascript5/ModuleDeclarations/parserModuleDeclaration10.ts(2,10): error TS2391: Function implementation is missing or not immediately following the declaration.
==== tests/cases/conformance/parser/ecmascript5/ModuleDeclarations/parserModuleDeclaration10.ts (2 errors) ====
function data(): string;
~~~~
!!! error TS2391: Function implementation is missing or not immediately following the declaration.
function next(): string;
~~~~
!!! error TS2391: Function implementation is missing or not immediately following the declaration.