| Index: pkg/analyzer/lib/src/generated/source.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/source.dart b/pkg/analyzer/lib/src/generated/source.dart
|
| index 44920374f1f3aafee3adb6787916fe150004e11b..6412de3bf50687ed465ea222c780ee4bbd24481d 100644
|
| --- a/pkg/analyzer/lib/src/generated/source.dart
|
| +++ b/pkg/analyzer/lib/src/generated/source.dart
|
| @@ -484,6 +484,9 @@ abstract class Source implements AnalysisTarget {
|
| */
|
| bool get isInSystemLibrary;
|
|
|
| + @override
|
| + Source get librarySource => null;
|
| +
|
| /**
|
| * Return the modification stamp for this source, or a negative value if the
|
| * source does not exist. A modification stamp is a non-negative integer with
|
|
|