| Index: pkg/analyzer_experimental/lib/src/generated/source.dart
|
| diff --git a/pkg/analyzer_experimental/lib/src/generated/source.dart b/pkg/analyzer_experimental/lib/src/generated/source.dart
|
| index 99c93e3f3e0dc31bd49b057fa2d63584a342ebc2..d149b4bf0b38dddbb90ef5ceffda9ec30eb8eb95 100644
|
| --- a/pkg/analyzer_experimental/lib/src/generated/source.dart
|
| +++ b/pkg/analyzer_experimental/lib/src/generated/source.dart
|
| @@ -345,7 +345,7 @@ abstract class Source {
|
| * Return `true` if this source is in one of the system libraries.
|
| * @return `true` if this is in a system library
|
| */
|
| - bool isInSystemLibrary();
|
| + bool get isInSystemLibrary;
|
|
|
| /**
|
| * Resolve the relative URI against the URI associated with this source object. Return a[Source source] representing the URI to which it was resolved, or `null` if it
|
|
|