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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorType.java

Issue 475673002: Generate public static EMPTY_ARRAY fields for each object. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: review Created 6 years, 4 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
Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorType.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorType.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorType.java
index 3732275b475ccab459e22a27d52331f34a90e26c..baada1feba2d44d2279922f944cec4f73de586f0 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorType.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorType.java
@@ -34,4 +34,5 @@ public class ErrorType {
public static final String SYNTACTIC_ERROR = "SYNTACTIC_ERROR";
public static final String TODO = "TODO";
+
}

Powered by Google App Engine
This is Rietveld 408576698