提交 e03889bb 编写于 作者: P Petr Houška

Fix merge induced warning.

上级 10d2b134
......@@ -1654,7 +1654,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.CodeGeneration
ElseIf existingAttributes.Count > 0 Then
Return Me.InsertNodesAfter(declaration, existingAttributes(existingAttributes.Count - 1), newAttributes)
Else
Dim lists = Me.GetAttributeLists(declaration)
Dim lists = GetAttributeLists(declaration)
Return Me.WithAttributeLists(declaration, lists.AddRange(AsAttributeLists(attributes)))
End If
End Function
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册