| 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
|
|
|