``` TypeScript with (window) { var p = () => this; } ``` Expected: no error Actual: ``` TypeScript with (window) { !!! Could not find symbol 'window'. var p = () => this; } ```