| Index: pkg/analyzer/lib/src/dart/analysis/file_state.dart
|
| diff --git a/pkg/analyzer/lib/src/dart/analysis/file_state.dart b/pkg/analyzer/lib/src/dart/analysis/file_state.dart
|
| index 7138a7ecdd053061ffbe0f5d0b2c5e569086ace9..c742f9f61b25cac1c1ebe1fbb56a978cb0e1975e 100644
|
| --- a/pkg/analyzer/lib/src/dart/analysis/file_state.dart
|
| +++ b/pkg/analyzer/lib/src/dart/analysis/file_state.dart
|
| @@ -116,6 +116,12 @@ class FileState {
|
| Map<String, TopLevelDeclaration> _topLevelDeclarations;
|
| Map<String, TopLevelDeclaration> _exportedTopLevelDeclarations;
|
|
|
| + /**
|
| + * The flag that shows whether the file has an error or warning that
|
| + * might be fixed by a change to another file.
|
| + */
|
| + bool hasErrorOrWarning = false;
|
| +
|
| FileState._(this._fsState, this.path, this.uri, this.source);
|
|
|
| /**
|
|
|