```ts // @strict: true function f(this: typeof globalThis) { return () => this; } ``` **Expected:** no error **Actual:** >The containing arrow function captures the global value of 'this'. I think we just need to add an `isSourceFile(container)` check or something.