| 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..e0078d5987992681545ecc8d455f9352ff002b18 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 Source {
|
| /**
|
| * A function that changes the way that files are read off of disk.
|
| */
|
|
|