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

Unified Diff: tree.dart

Issue 8343037: Throw FallThroughError when we fall through a case in a switch statement. Fixes (Closed) Base URL: http://dart.googlecode.com/svn/experimental/frog/
Patch Set: '' Created 9 years, 2 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 | « tests/frog/frog.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tree.dart
===================================================================
--- tree.dart (revision 917)
+++ tree.dart (working copy)
@@ -11,7 +11,7 @@
Node(this.span) {}
/** Classic double-dispatch visitor for implementing passes. */
- abstract void visit(TreeVisitor visitor);
+ abstract visit(TreeVisitor visitor);
/** A multiline string showing the node and its children. */
String toDebugString() {
« no previous file with comments | « tests/frog/frog.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698