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

Unified Diff: pkg/analyzer/lib/src/generated/error.dart

Issue 1010873002: Fix ErrorProperty enum. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/error.dart
diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
index e8c7205c9566a05516bda74f5a2c5ce18adfb86f..ac2883b42fcc17232ee3ae85be83353be391f1a6 100644
--- a/pkg/analyzer/lib/src/generated/error.dart
+++ b/pkg/analyzer/lib/src/generated/error.dart
@@ -2400,6 +2400,7 @@ class ErrorProperty extends Enum<ErrorProperty> {
const ErrorProperty('UNIMPLEMENTED_METHODS', 2);
static const List<ErrorProperty> values = const [
+ NOT_INITIALIZED_FIELDS,
PARTS_LIBRARY_NAME,
UNIMPLEMENTED_METHODS
];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698