| 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.
|
|
|