在引用类型与null合并的情况下,为什么这不是C#编译器中的编译器警告?这有什么意义吗?
obj2 = obj ?? null;
c# compiler-warnings
c# ×1
compiler-warnings ×1