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

6 lines
243 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/Statements/ReturnStatements/parserReturnStatement2.ts (1 errors) ====
{
return;
~~~~~~
!!! error TS1108: A 'return' statement can only be used within a function body.
}