Hacker News new | ask | show | jobs
by igouy 781 days ago
These days Dart — considers all variables non-nullable — enforces sound null safety."

https://dart.dev/null-safety

1 comments

Well, null safety is a good start.

But I seem to remember that the type-checker got confused rather easily with nested closures, for instance, or co/contra-variance.