TypeScript/tests/baselines/reference/parserWithStatement2.errors.txt
2014-07-21 17:10:04 -07:00

5 lines
No EOL
206 B
Text

==== tests/cases/conformance/parser/ecmascript5/Statements/parserWithStatement2.ts (1 errors) ====
with (1)
~
!!! All symbols within a 'with' block will be resolved to 'any'.
return;