<img width="384" alt="Снимок экрана 2020-01-29 в 11 35 14 AM" src="https://user-images.githubusercontent.com/39828645/73340244-6e802280-428b-11ea-8ec9-587879e08326.png"> **TypeScript Version:** 3.7.5 **Code** ```ts if (bot !== null) { resp.sendStatus(404) } bot.token ``` **Expected behavior:** bot is not 'null' **Actual behavior:** bot is possibly 'null' **Playground Link:** <!-- A link to a TypeScript Playground "Share" link which demonstrates this behavior --> **Related Issues:** #35964, #28131, #27431