| Index: pkg/analyzer/lib/src/generated/engine.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/engine.dart b/pkg/analyzer/lib/src/generated/engine.dart
|
| index 3b0c2128bb3e55f35555256da34fe42846537d07..82e9fb9db23ad1bf13c35157ee2729049f3633c9 100644
|
| --- a/pkg/analyzer/lib/src/generated/engine.dart
|
| +++ b/pkg/analyzer/lib/src/generated/engine.dart
|
| @@ -7433,9 +7433,9 @@ class ChangeNoticeImpl implements ChangeNotice {
|
| LineInfo _lineInfo;
|
|
|
| /**
|
| - * An empty array of change notices.
|
| + * An empty list of change notices.
|
| */
|
| - static List<ChangeNoticeImpl> EMPTY_ARRAY = new List<ChangeNoticeImpl>(0);
|
| + static const List<ChangeNoticeImpl> EMPTY_ARRAY = const <ChangeNoticeImpl>[];
|
|
|
| /**
|
| * Initialize a newly created notice associated with the given source.
|
|
|