From dfed65d10546665de425555999e556d6c2cc4558 Mon Sep 17 00:00:00 2001 From: Neal Gafter Date: Mon, 9 Mar 2020 12:05:31 -0700 Subject: [PATCH] Update README.md --- meetings/2020/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/meetings/2020/README.md b/meetings/2020/README.md index 669c7d1..8c45ed2 100644 --- a/meetings/2020/README.md +++ b/meetings/2020/README.md @@ -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