提交 66c13623 编写于 作者: J Jared Parsons

Respond to PR feedback

上级 4d46f050
......@@ -96,7 +96,6 @@ public IEnumerator<T> GetEnumerator()
public ImmutableArray<T> AsImmutable() => _elements.ToImmutableArrayOrEmpty();
[MaybeNull]
public T this[int i] => _elements is null ? default : _elements[i];
public T this[int i] => _elements![i];
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册