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

13 lines
430 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ModuleElements/parserErrorRecovery_ModuleElement1.ts (4 errors) ====
return foo;
~~~~~~
!!! A 'return' statement can only be used within a function body.
2014-07-13 01:04:16 +02:00
}
~
!!! Declaration or statement expected.
return bar;
~~~~~~
!!! A 'return' statement can only be used within a function body.
2014-07-13 01:04:16 +02:00
}
~
!!! Declaration or statement expected.