TypeScript/tests/baselines/reference/asiReturn.errors.txt
2014-07-25 16:17:30 -07:00

5 lines
245 B
Plaintext

==== tests/cases/compiler/asiReturn.ts (1 errors) ====
// This should be an error for using a return outside a function, but ASI should work properly
return
~~~~~~
!!! A 'return' statement can only be used within a function body.