未验证 提交 7495df1e 编写于 作者: R Rikki Gibson 提交者: GitHub

Fix issue ref (#47822)

上级 06f9495f
......@@ -65758,7 +65758,7 @@ static void M()
// we should warn on the conversion of `null` to `string` in `(string)null`
// we should also suppress the warning on (string)null!
// (although suppression isn't possible in metadata, and we'll fail to round trip such default values and have the right behavior in combination with certain flow analysis attributes)
// Tracked by https://github.com/dotnet/roslyn/issues/32844
// Tracked by https://github.com/dotnet/roslyn/issues/47821
var comp = CreateCompilation(new[] { source }, options: WithNonNullTypesTrue());
comp.VerifyDiagnostics(
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册