| Index: pkg/analyzer/lib/src/generated/html.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/html.dart b/pkg/analyzer/lib/src/generated/html.dart
|
| index 956a2da025a25b142090dee8fe046bc9530f5ba9..5b4c6ac0578cc85412a18e8bcecf2af3a1c4c560 100644
|
| --- a/pkg/analyzer/lib/src/generated/html.dart
|
| +++ b/pkg/analyzer/lib/src/generated/html.dart
|
| @@ -1300,9 +1300,9 @@ class XmlAttributeNode extends XmlNode {
|
| */
|
| abstract class XmlExpression {
|
| /**
|
| - * An empty array of expressions.
|
| + * An empty list of expressions.
|
| */
|
| - static List<XmlExpression> EMPTY_ARRAY = new List<XmlExpression>(0);
|
| + static const List<XmlExpression> EMPTY_ARRAY = const <XmlExpression>[];
|
|
|
| /**
|
| * Check if the given offset belongs to the expression's source range.
|
|
|