Is there any “forgiven null-forgiving operator” warning facility?

前端 未结 0 1797
孤独总比滥情好
孤独总比滥情好 2020-12-29 15:35

Consider this not-so-safe snippet:

    private object? _obj;

    private void Dummy()
    {
        if (this._obj == null)
        {
            this.Create(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题