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

7 lines
287 B
Plaintext
Raw Normal View History

==== tests/cases/conformance/parser/ecmascript5/Statements/parserWithStatement2.ts (2 errors) ====
with (1)
~
!!! All symbols within a 'with' block will be resolved to 'any'.
return;
~~~~~~
!!! A 'return' statement can only be used within a function body.