Index: pkg/analyzer/lib/src/generated/engine.dart |
diff --git a/pkg/analyzer/lib/src/generated/engine.dart b/pkg/analyzer/lib/src/generated/engine.dart |
index c3aa019682040d09d0ed90af2caeb87aaa47d499..57d35d91212d749e4133189ddc1390cfaf43d1d1 100644 |
--- a/pkg/analyzer/lib/src/generated/engine.dart |
+++ b/pkg/analyzer/lib/src/generated/engine.dart |
@@ -922,6 +922,7 @@ class AnalysisErrorInfoImpl implements AnalysisErrorInfo { |
* The analysis errors associated with a source, or `null` if there are no |
* errors. |
*/ |
+ @override |
final List<AnalysisError> errors; |
/** |
@@ -1528,18 +1529,21 @@ class ChangeNoticeImpl implements ChangeNotice { |
/** |
* The source for which the result is being reported. |
*/ |
+ @override |
final Source source; |
/** |
* The parsed, but maybe not resolved Dart AST that changed as a result of |
* the analysis, or `null` if the AST was not changed. |
*/ |
+ @override |
CompilationUnit parsedDartUnit; |
/** |
* The fully resolved Dart AST that changed as a result of the analysis, or |
* `null` if the AST was not changed. |
*/ |
+ @override |
CompilationUnit resolvedDartUnit; |
/** |