Update README.md

This commit is contained in:
Neal Gafter 2020-03-09 12:05:31 -07:00 committed by GitHub
parent 9d90ddf5f6
commit dfed65d105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
- Is `e is dynamic` a "pure" null check? (Neal)
- Reconsider: Target-typing ?: when the natural type isn't convertible to the target type. (Neal)
- https://github.com/dotnet/csharplang/issues/2926 Target-typed simple identifier (Neal)
- Reconsider: Inferred type of an or pattern is the "common type" of the two inferred types (Neal)
## March 25, 2020