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

8 lines
249 B
Plaintext
Raw Normal View History

==== tests/cases/conformance/statements/withStatements/withStatements.ts (1 errors) ====
2014-07-13 01:04:16 +02:00
var x = 12;
with (x) {
~
!!! All symbols within a 'with' block will be resolved to 'any'.
2014-07-13 01:04:16 +02:00
name = 'twelve'
id = 12
}