Update LDM-2020-07-27.md

This commit is contained in:
Rikki Gibson 2020-07-30 10:57:04 -07:00 committed by GitHub
parent 5bde862ee7
commit 29c08a3460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ LDM is going on August hiatus as various members will be out. We'll meet next on
### Improved nullable analysis in constructors
https://github.com/RikkiGibson/csharplang/blob/nullable-ctor/proposals/nullable-constructor-analysis.md
https://github.com/dotnet/csharplang/blob/master/proposals/nullable-constructor-analysis.md
This proposal is a tweak to the nullable warnings we emit today in constructors that would bring these warnings more in line with
behavior for `MemberNotNull`, as well as addressing a few surprising cases where you do not get a deserved nullable warning today.