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

Unified Diff: pkg/analyzer_experimental/lib/src/generated/sdk.dart

Issue 16103010: Fixes for translator and DDA status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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: pkg/analyzer_experimental/lib/src/generated/sdk.dart
diff --git a/pkg/analyzer_experimental/lib/src/generated/sdk.dart b/pkg/analyzer_experimental/lib/src/generated/sdk.dart
index 137cbe6c4cd8f197935a7b59d4029c7fa1525b09..ca85cf41e582c0d75797aadea0ca17debfb75d27 100644
--- a/pkg/analyzer_experimental/lib/src/generated/sdk.dart
+++ b/pkg/analyzer_experimental/lib/src/generated/sdk.dart
@@ -241,17 +241,17 @@ abstract class DartSdk {
/**
* The short name of the dart SDK core library.
*/
- static String DART_CORE = "dart:core";
+ static final String DART_CORE = "dart:core";
/**
* The short name of the dart SDK html library.
*/
- static String DART_HTML = "dart:html";
+ static final String DART_HTML = "dart:html";
/**
* The version number that is returned when the real version number could not be determined.
*/
- static String DEFAULT_VERSION = "0";
+ static final String DEFAULT_VERSION = "0";
/**
* Return the source representing the file with the given URI.
« no previous file with comments | « pkg/analyzer_experimental/lib/src/generated/resolver.dart ('k') | pkg/analyzer_experimental/lib/src/generated/source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698