| Index: pkg/analyzer/lib/src/summary/format.fbs
|
| diff --git a/pkg/analyzer/lib/src/summary/format.fbs b/pkg/analyzer/lib/src/summary/format.fbs
|
| index 29beae08b78276989b787b59866b75f9ec8bd7fc..26c625621d2246621ddefe8697d525457d38bd6e 100644
|
| --- a/pkg/analyzer/lib/src/summary/format.fbs
|
| +++ b/pkg/analyzer/lib/src/summary/format.fbs
|
| @@ -284,10 +284,10 @@ enum UnlinkedConstOperation : byte {
|
| 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
|
|
|