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

12 lines
807 B
Plaintext
Raw Normal View History

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.
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
~~~~
!!! error TS2391: 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
~~~~
!!! error TS2391: Function implementation is missing or not immediately following the declaration.
2014-07-13 01:04:16 +02:00