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

Unified Diff: compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java

Issue 8948001: Updates dartc to recognize 'default' keyword on interface and updated factory method syntax (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Feedback from mmendez Created 9 years 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
Index: compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java
diff --git a/compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java b/compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java
index 710abfad872738f6f19c1909d2607e68719b68c5..9ba1bb408189f8aab122ab325ab72ee8c07c7e60 100644
--- a/compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java
+++ b/compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java
@@ -90,7 +90,7 @@ public interface DartPlainVisitor<R> {
R visitParameter(DartParameter node);
- R visitParameterizedNode(DartParameterizedNode node);
+ R visitParameterizedTypeNode(DartParameterizedTypeNode node);
R visitParenthesizedExpression(DartParenthesizedExpression node);

Powered by Google App Engine
This is Rietveld 408576698