Skip to content

Commit

Permalink
rm todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
solid-yuriiprykhodko committed Sep 22, 2023
1 parent 709cbd4 commit 2bc693e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class PreferMatchFileNameVisitor extends RecursiveAstVisitor<void> {
// partition into public and private
// put public ones first
// each partition sorted by declaration order
// TODO: unit-test to check correctness
(a, b) => _publicDeclarationsFirst(a, b) ?? _byDeclarationOrder(a, b),
);

Expand Down

0 comments on commit 2bc693e

Please sign in to comment.