TypeScript/tests/baselines/reference/parserModuleDeclaration10.errors.txt
2014-09-11 16:11:08 -07:00

8 lines
415 B
Plaintext

==== 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.