But the type checker is able to prevent null from being assigned in the same cases. And it is able to prevent a nullable value from being assigned to a scalar variable (not array/dictionary member) which is typed to be non-nullable.
- SDK 8.1.1
...