We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056ab25 commit a2075fdCopy full SHA for a2075fd
lib/src/front_end/ast_node_visitor.dart
@@ -792,10 +792,6 @@ class AstNodeVisitor extends ThrowingAstVisitor<Piece> with PieceFactory {
792
793
@override
794
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.
799
return buildPiece((b) {
800
b.visit(node.function);
801
b.visit(node.typeArguments);
0 commit comments