==== tests/cases/compiler/withStatements.ts (1 errors) ====
    var x = 12;
    with (x) {
          ~
!!! withStatements.ts(2,7): error TS2135: All symbols within a with block will be resolved to 'any'.
        name = 'twelve'
        id = 12
    }