Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: pkg/analyzer/lib/src/summary/idl.dart

Issue 1952663006: Support for NamedExpression(s) as constructor initializer arguments. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/lib/src/summary/format.fbs ('k') | pkg/analyzer/lib/src/summary/resynthesize.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
*/
« no previous file with comments | « pkg/analyzer/lib/src/summary/format.fbs ('k') | pkg/analyzer/lib/src/summary/resynthesize.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698