You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vardocs=newList<Doc>{node.GetLeadingTrivia().Any(
o =>o.Kind()isSyntaxKind.SingleLineCommentTrivia
or SyntaxKind.MultiLineCommentTrivia
or SyntaxKind.SingleLineDocumentationCommentTrivia
or SyntaxKind.MultiLineDocumentationCommentTrivia)?ExtraNewLines.Print(node):Doc.Null,AttributeLists.Print(node,node.AttributeLists),Modifiers.Print(node.Modifiers),Token.Print(node.Identifier)};
The text was updated successfully, but these errors were encountered:
The
.Any
should be indentedThe text was updated successfully, but these errors were encountered: