提交 06b439d5 编写于 作者: J Jared Parsons

PR feedback

上级 17a2845a
......@@ -40,7 +40,7 @@ public SyntaxList(TNode? node)
/// </summary>
/// <param name="nodes">A sequence of element nodes.</param>
public SyntaxList(IEnumerable<TNode>? nodes)
: this(CreateNode(nodes)!)
: this(CreateNode(nodes))
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册