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

13 lines
636 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ModuleElements/parserErrorRecovery_ModuleElement1.ts(2,1): error TS1128: Declaration or statement expected.
tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ModuleElements/parserErrorRecovery_ModuleElement1.ts(4,1): error TS1128: Declaration or statement expected.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ModuleElements/parserErrorRecovery_ModuleElement1.ts (2 errors) ====
2014-07-13 01:04:16 +02:00
return foo;
}
~
!!! error TS1128: Declaration or statement expected.
2014-07-13 01:04:16 +02:00
return bar;
}
~
!!! error TS1128: Declaration or statement expected.