Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: pkg/polymer_expressions/test/visitor_test.dart

Issue 207433002: Changes in polymer-expressions to prepare for codegen in polymer: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/polymer_expressions/test/syntax_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer_expressions/test/visitor_test.dart
diff --git a/pkg/polymer_expressions/test/visitor_test.dart b/pkg/polymer_expressions/test/visitor_test.dart
index 887ac7c3dec2c577c863e47795a9385fff0ff56b..66573b8527fb7112b76152fac275d7b676cc17b7 100644
--- a/pkg/polymer_expressions/test/visitor_test.dart
+++ b/pkg/polymer_expressions/test/visitor_test.dart
@@ -22,6 +22,4 @@ main() {
});
}
-class TestVisitor extends RecursiveVisitor {
- visitExpression(e) => null;
-}
+class TestVisitor extends RecursiveVisitor {}
« no previous file with comments | « pkg/polymer_expressions/test/syntax_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698