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

Unified Diff: pkg/analyzer/lib/src/context/context.dart

Issue 1749143003: Add @overrides to (a lot of) analyzer. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: options Created 4 years, 10 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 | « pkg/analyzer/lib/source/path_filter.dart ('k') | pkg/analyzer/lib/src/context/source.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/context/context.dart
diff --git a/pkg/analyzer/lib/src/context/context.dart b/pkg/analyzer/lib/src/context/context.dart
index 394f30103715469a2c3bdbe5e45806739b53c2cd..def719f33a6b86f433cc2600274ea11f8b930b00 100644
--- a/pkg/analyzer/lib/src/context/context.dart
+++ b/pkg/analyzer/lib/src/context/context.dart
@@ -72,6 +72,7 @@ class AnalysisContextImpl implements InternalAnalysisContext {
* A client-provided name used to identify this context, or `null` if the
* client has not provided a name.
*/
+ @override
String name;
/**
@@ -129,6 +130,7 @@ class AnalysisContextImpl implements InternalAnalysisContext {
/**
* A list of all [WorkManager]s used by this context.
*/
+ @override
final List<WorkManager> workManagers = <WorkManager>[];
/**
@@ -490,6 +492,7 @@ class AnalysisContextImpl implements InternalAnalysisContext {
/**
* Sets the [TypeProvider] for this context.
*/
+ @override
void set typeProvider(TypeProvider typeProvider) {
_typeProvider = typeProvider;
}
« no previous file with comments | « pkg/analyzer/lib/source/path_filter.dart ('k') | pkg/analyzer/lib/src/context/source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698