From fb8177c9098b0c93f0463e42352a68e199a9c6f5 Mon Sep 17 00:00:00 2001 From: Charles Stoner Date: Mon, 11 Nov 2019 08:20:50 -0800 Subject: [PATCH] Update README.md --- meetings/2019/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meetings/2019/README.md b/meetings/2019/README.md index d668186..ff66a35 100644 --- a/meetings/2019/README.md +++ b/meetings/2019/README.md @@ -31,7 +31,7 @@ ## Nov 11, 2019 - Confirm removal of warning calling a method that returns `[MaybeNull]T` (Neal, Chuck) -- Allow interpolated string constant: `const string s = $"abc"` +- Allow interpolated string constant: `const string s = $"abc"` (Chuck, Rikki) - https://github.com/dotnet/csharplang/issues/2823 Enhancing the Common Type Specification (Neal) - https://github.com/dotnet/csharplang/projects/4#column-4649189 Triage recently championed features - https://github.com/dotnet/csharplang/issues/2860 Switch Expression as a Statement Expression (Neal)