ViacheslavUKR
Results
1
comments of
ViacheslavUKR
I add one string of code ```csharp if (attrList.Target != null) { if (SyntaxTokenExtensions.IsKind((SyntaxToken)attrList.Target?.Identifier, CS.SyntaxKind.ReturnKeyword) == true) retAttr.Add((AttributeListSyntax)attrList.Accept(this)); else attr.Add((AttributeListSyntax)attrList.Accept(this)); } ``` But all this project has built in crazy...