| 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 1fba0b8e430ad0d468ec9f8e58769dd9fa6f0d7d..53689173f3b7e1f453b4ffa0ad7acb329b5c715e 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -432,6 +432,10 @@ class _ConstExprBuilder {
|
| resynthesizer._buildStringLengthPropertyAccessorElement();
|
| _push(AstFactory.propertyAccess(target, property));
|
| break;
|
| + case UnlinkedConstOperation.pushConstructorParameter:
|
| + // TODO(scheglov) implement
|
| + throw new UnimplementedError('$operation');
|
| + break;
|
| }
|
| }
|
| return stack.single;
|
|
|