提交 b37670c8 编写于 作者: J Jared Parsons

Remove unnecessary assert

上级 a9caef35
......@@ -43,7 +43,6 @@ internal SyntaxTriviaList(in SyntaxToken token, GreenNode? node)
public SyntaxTriviaList(SyntaxTrivia trivia)
{
Debug.Assert(trivia.UnderlyingNode is object);
Token = default(SyntaxToken);
Node = trivia.UnderlyingNode;
Position = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册