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

13 lines
486 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ModuleElements/parserErrorRecovery_ModuleElement1.ts (4 errors) ====
return foo;
~~~~~~
!!! error TS1108: A 'return' statement can only be used within a function body.
}
~
!!! error TS1128: Declaration or statement expected.
return bar;
~~~~~~
!!! error TS1108: A 'return' statement can only be used within a function body.
}
~
!!! error TS1128: Declaration or statement expected.