Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson committed May 14, 2024
1 parent f12edb1 commit 677ecf0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ private static SyntaxTokenList GetModifierTokensSyntax(SyntaxNode syntax)
private static bool HasInitializer(SyntaxNode syntax)
=> syntax is PropertyDeclarationSyntax { Initializer: { } };

// TODO2: rename
public override OneOrMany<SyntaxList<AttributeListSyntax>> AttributeDeclarationLists
{
get
Expand Down

0 comments on commit 677ecf0

Please sign in to comment.