**TypeScript Version:** 2.6.1 using `strict: true` **Code** ```ts [true, true, false, null] .filter(thing => thing !== null) .map(thing => thing.toString()) ``` **Expected behavior:** Compiles **Actual behavior:** ``` 3 col 17 error| 2531[QF available]: Object is possibly 'null'. ```