Fix up the agenda and titles for Apr 22 LDM

This commit is contained in:
Andy Gocke 2019-04-26 16:24:55 -07:00
parent 2b562a5b45
commit 8f3166b048
2 changed files with 13 additions and 18 deletions

View file

@ -1,3 +1,11 @@
# C# Language Design Notes for April 22, 2019
## Agenda
1. Inferred nullable state from a finally block
2. Implied constraint for a type parameter of a partial?
3. Target-typed switch expression
4. DefaultCancellationAttribute and overriding/hiding/interface implementation
## Discussion

View file

@ -35,25 +35,12 @@ Overview of meetings and agendas for 2019
## Apr 22, 2019
### Nullable Reference Types
[C# Language Design Notes for Apr 22, 2019](LDM-2019-04-22.md)
- Inferred nullable state from a finally block
See also https://github.com/dotnet/roslyn/issues/34018
- What is the implied constraint for a type parameter of a partial?
See also https://github.com/dotnet/csharplang/issues/2450
### Pattern-Matching
- Can we make the switch expression target-typed?
See also https://github.com/dotnet/csharplang/issues/2389
### Async Iterators
- Allowing pattern-based `foreach` and `await foreach` to bind to an extension `GetEnumerator`/`GetAsyncEnumerator` and `MoveNext`/`MoveNextAsync` (Julien/Chris)
1. Inferred nullable state from a finally block
2. Implied constraint for a type parameter of a partial?
3. Target-typed switch expression
4. DefaultCancellationAttribute and overriding/hiding/interface implementation
## Apr 15, 2019