Chromium Code Reviews| 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 0c3f379ff87046247feb074fd55c46e66a63895e..5d7174a8e67fc0c25c274d2a844b121bfb90a7b5 100644 |
| --- a/pkg/analyzer/lib/src/summary/idl.dart |
| +++ b/pkg/analyzer/lib/src/summary/idl.dart |
| @@ -1034,6 +1034,12 @@ abstract class UnlinkedConst extends base.SummaryClass { |
| bool get isValidConst; |
| /** |
| + * If the expression is a [NamedExpression], the name of the expression. |
| + */ |
| + @Id(7) |
| + String get name; |
|
Paul Berry
2016/05/05 21:47:02
It seems like an unfortunate inconsistency that we
scheglov
2016/05/05 21:56:58
Well, I actually started to implement it this way.
Paul Berry
2016/05/05 22:04:28
Hmm, It's not clear to me where the additional sou
|
| + |
| + /** |
| * Sequence of operations to execute (starting with an empty stack) to form |
| * the constant value. |
| */ |