Skip to content

Commit a2075fd

Browse files
authored
Remove TODO that's already TODONE. (#1399)
It turns out the trivial implementation is sufficient, and I migrated tests over in a previous PR.
1 parent 056ab25 commit a2075fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/front_end/ast_node_visitor.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -792,10 +792,6 @@ class AstNodeVisitor extends ThrowingAstVisitor<Piece> with PieceFactory {
792792

793793
@override
794794
Piece visitFunctionExpressionInvocation(FunctionExpressionInvocation node) {
795-
// TODO(tall): This is just basic support to get the syntax doing something
796-
// so that tests of other features that happen to use this syntax can run.
797-
// The main tests for function expression calls still need to be migrated
798-
// over and this may need some tweaks.
799795
return buildPiece((b) {
800796
b.visit(node.function);
801797
b.visit(node.typeArguments);

0 commit comments

Comments
 (0)