未验证 提交 0838c442 编写于 作者: E Egor Bogatov 提交者: GitHub

Fix C# warning in Comparer_get_Default (#48643)

上级 8b391f60
......@@ -237,7 +237,7 @@ public struct Struct1 : IComparable
{
public long a;
public long b;
public int CompareTo(object? obj)
public int CompareTo(object obj)
{
return b.CompareTo(((Struct1) obj).b);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册