| Index: pkg/analyzer/lib/src/summary/idl.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/idl.dart b/pkg/analyzer/lib/src/summary/idl.dart
|
| index b42af8586fbb661b1e21bb6e5d3b534f197a0a4b..3032858d91994ac6addde2b9942ab7bddb63e258 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -1011,11 +1011,11 @@ abstract class UnlinkedConst extends base.SummaryClass {
|
| List<int> get ints;
|
|
|
| /**
|
| - * Indicates whether the expression is not a valid potentially constant
|
| + * Indicates whether the expression is a valid potentially constant
|
| * expression.
|
| */
|
| @Id(5)
|
| - bool get isInvalid;
|
| + bool get isValidConst;
|
|
|
| /**
|
| * Sequence of operations to execute (starting with an empty stack) to form
|
|
|