Update README.md

This commit is contained in:
Neal Gafter 2019-12-18 14:02:56 -08:00 committed by GitHub
parent 0a864692c9
commit 7f10228590
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,10 +16,6 @@
- Irksome nullable issues to revisit (Jared)
- re-discuss `x is object` being a pure null test
- consider `var?` to avoid "un-var'ing" for nullability (e.g. https://github.com/microsoft/vs-threading/pull/538/file)
- heed attribute info inside method bodies
- consider special-casing `Task<T>` and `ValueTask<T>` for null covariance
- https://github.com/dotnet/csharplang/projects/4#column-4649189 Triage recently championed features
- https://github.com/dotnet/csharplang/issues/2608 module initializers (Neal)
## Dec 16, 2019