| Index: pkg/analyzer_experimental/lib/src/generated/source_io.dart
|
| diff --git a/pkg/analyzer_experimental/lib/src/generated/source_io.dart b/pkg/analyzer_experimental/lib/src/generated/source_io.dart
|
| index b7bc0f8e2e69024bc1b552efbb817a8e1944c60c..6e79224ec9fdfae11e5d028cf0df3d4701b7fa88 100644
|
| --- a/pkg/analyzer_experimental/lib/src/generated/source_io.dart
|
| +++ b/pkg/analyzer_experimental/lib/src/generated/source_io.dart
|
| @@ -61,7 +61,7 @@ class FileBasedSource implements Source {
|
| this._inSystemLibrary = inSystemLibrary2;
|
| this._fileUriString = file3.toURI().toString();
|
| }
|
| - bool operator ==(Object object) => object != null && identical(this.runtimeType, object.runtimeType) && _file == ((object as FileBasedSource))._file;
|
| + bool operator ==(Object object) => object != null && this.runtimeType == object.runtimeType && _file == ((object as FileBasedSource))._file;
|
| bool exists() => _contentCache.getContents(this) != null || (_file.exists() && !_file.isDirectory());
|
| void getContents(Source_ContentReceiver receiver) {
|
| {
|
|
|