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

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

Issue 2013093002: Summarize references to closure parameters properly. (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
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 41c79051e5cdaf5a959b9f23cb6f2187069c11ad..7f2fe39a9ee6abc83c66e7f92a7efd669587154c 100644
--- a/pkg/analyzer/lib/src/summary/idl.dart
+++ b/pkg/analyzer/lib/src/summary/idl.dart
@@ -1124,10 +1124,10 @@ enum UnlinkedConstOperation {
pushNull,
/**
- * Push the value of the constant constructor parameter with
- * the name obtained from [UnlinkedConst.strings].
+ * Push the value of the function parameter with the name obtained from
+ * [UnlinkedConst.strings].
*/
- pushConstructorParameter,
+ pushParameter,
/**
* Evaluate a (potentially qualified) identifier expression and push the

Powered by Google App Engine
This is Rietveld 408576698