| Index: pkg/analyzer/lib/src/generated/source_io.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/source_io.dart b/pkg/analyzer/lib/src/generated/source_io.dart
|
| index ba147e3a6113b31d8dbda099adc31c92f00e8c6f..5de9b04c6a0cfc0f7462a2cec8c1ba61a40b93c7 100644
|
| --- a/pkg/analyzer/lib/src/generated/source_io.dart
|
| +++ b/pkg/analyzer/lib/src/generated/source_io.dart
|
| @@ -86,8 +86,7 @@ class DirectoryBasedSourceContainer implements SourceContainer {
|
| /**
|
| * Instances of the class `FileBasedSource` implement a source that represents a file.
|
| */
|
| -class FileBasedSource implements Source {
|
| -
|
| +class FileBasedSource extends AbstractSource {
|
| /**
|
| * A function that changes the way that files are read off of disk.
|
| */
|
|
|