未验证 提交 443784e3 编写于 作者: J Julien Couvreur 提交者: GitHub

Do not warn for double nullable supression (#30936)

上级 8411c173
......@@ -31925,7 +31925,6 @@ class C<T>
);
}
// https://github.com/dotnet/roslyn/issues/29902: Binder should report an error for `!!`.
[Fact]
[WorkItem(29902, "https://github.com/dotnet/roslyn/issues/29902")]
public void SuppressNullableWarning_Multiple()
......@@ -31946,7 +31945,7 @@ static void G(string s)
var comp = CreateCompilation(
new[] { source }, options: WithNonNullTypesTrue(),
parseOptions: TestOptions.Regular8);
comp.VerifyDiagnostics(/* ... */);
comp.VerifyDiagnostics();
}
[Fact]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册