Improve inference by not considering thisless functions to be context-sensitive by Andarist · Pull Request #62243 · microsoft/TypeScript
implements @RyanCavanaugh's suggestion from #47599 : As a stopgap, consider an object literal method to not be context-sensitive if it doesn't reference this. I believe we already have cod...