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

8 lines
249 B
Plaintext

==== tests/cases/conformance/statements/withStatements/withStatements.ts (1 errors) ====
var x = 12;
with (x) {
~
!!! All symbols within a 'with' block will be resolved to 'any'.
name = 'twelve'
id = 12
}