Index: pkg/analyzer/lib/src/generated/sdk.dart |
diff --git a/pkg/analyzer/lib/src/generated/sdk.dart b/pkg/analyzer/lib/src/generated/sdk.dart |
index 7319a7233a5f3ba31262f89908cbac25cd2cd357..0670b7c0895a5da0c969414274cea676a0bcde62 100644 |
--- a/pkg/analyzer/lib/src/generated/sdk.dart |
+++ b/pkg/analyzer/lib/src/generated/sdk.dart |
@@ -377,12 +377,14 @@ class SdkLibraryImpl implements SdkLibrary { |
* The short name of the library. This is the name used after 'dart:' in a |
* URI. |
*/ |
+ @override |
final String shortName; |
/** |
* The path to the file defining the library. The path is relative to the |
* 'lib' directory within the SDK. |
*/ |
+ @override |
String path = null; |
/** |
@@ -390,6 +392,7 @@ class SdkLibraryImpl implements SdkLibrary { |
* in the libraries file all libraries are assumed to be shared between server |
* and client. |
*/ |
+ @override |
String category = "Shared"; |
/** |