Update LDM agenda

This commit is contained in:
Mads Torgersen 2019-04-01 09:24:20 -07:00 committed by GitHub
parent 1403b9e880
commit 6c3ad8d7e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,19 +22,19 @@
## Apr 3, 2019
## Apr 1, 2019
### Index/Range Feature
- Pattern-based index/range translation (Jared, Stephen)
#### Nullable Reference Types
### Nullable Reference Types
- Ambiguous implements/overrides with generic methods and NRTs
See https://github.com/dotnet/csharplang/issues/2378.
There is a breaking change in VS2019 to address, as well as a C# 8 language question
## Apr 1, 2019
### Index/Range Feature
- Pattern-based index/range translation (Jared, Stephen)
#### Default Interface Methods
- Is `object.MemberwiseClone()` accessible in an interface?