Index: runtime/vm/ast_printer.cc |
=================================================================== |
--- runtime/vm/ast_printer.cc (revision 23243) |
+++ runtime/vm/ast_printer.cc (working copy) |
@@ -127,6 +127,11 @@ |
} |
+void AstPrinter::VisitLetNode(LetNode* node) { |
+ VisitGenericAstNode(node); |
+} |
+ |
+ |
void AstPrinter::VisitArrayNode(ArrayNode* node) { |
VisitGenericAstNode(node); |
} |