| Index: pkg/analyzer/lib/src/context/context.dart
|
| diff --git a/pkg/analyzer/lib/src/context/context.dart b/pkg/analyzer/lib/src/context/context.dart
|
| index a1d26713b8ee1f411686378bf189552e4a6d5074..d53a07dbc3f8f21d2832cae811109c62d01fc182 100644
|
| --- a/pkg/analyzer/lib/src/context/context.dart
|
| +++ b/pkg/analyzer/lib/src/context/context.dart
|
| @@ -1411,7 +1411,7 @@ class AnalysisContextImpl implements InternalAnalysisContext {
|
| if (nullIfEmpty) {
|
| return null;
|
| }
|
| - return ChangeNoticeImpl.EMPTY_ARRAY;
|
| + return ChangeNoticeImpl.EMPTY_LIST;
|
| }
|
| List<ChangeNotice> notices = new List.from(_pendingNotices.values);
|
| _pendingNotices.clear();
|
|
|