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

6 lines
229 B
Plaintext
Raw Normal View History

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