| Index: pkg/analyzer/lib/src/summary/resynthesize.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/resynthesize.dart b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| index 1630e4d2c808532a542a86173de4c07594768a9e..5269860605dc02220e3091fe2e061b364527bb5b 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -468,7 +468,7 @@ class _ConstExprBuilder {
|
| case UnlinkedConstOperation.invokeConstructor:
|
| _pushInstanceCreation();
|
| break;
|
| - case UnlinkedConstOperation.pushConstructorParameter:
|
| + case UnlinkedConstOperation.pushParameter:
|
| String name = uc.strings[stringPtr++];
|
| SimpleIdentifier identifier = AstFactory.identifier3(name);
|
| identifier.staticElement = resynthesizer.currentConstructor.parameters
|
|
|