| 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 65f64d161513c6225a4e82815b19950833300964..8f86380a6f99065c46e2a100e381e96305ab0f6f 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
|
|
|