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

8 lines
384 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/Statements/parserWithStatement2.ts(1,7): error TS2410: All symbols within a 'with' block will be resolved to 'any'.
2014-12-17 04:11:07 +01:00
==== tests/cases/conformance/parser/ecmascript5/Statements/parserWithStatement2.ts (1 errors) ====
with (1)
~
!!! error TS2410: All symbols within a 'with' block will be resolved to 'any'.
2014-12-17 04:11:07 +01:00
return;