Chromium Code Reviews| 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 56102d890ce57ce3f3b7651cd3c0dd4a673f989f..0ab9299ec14bb679721022fd280b7780f82f00e9 100644 |
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart |
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart |
| @@ -432,6 +432,9 @@ class _ConstExprBuilder { |
| resynthesizer._buildStringLengthPropertyAccessorElement(); |
| _push(AstFactory.propertyAccess(target, property)); |
| break; |
| + case UnlinkedConstOperation.pushConstructorParameter: |
| + throw new UnimplementedError('$operation'); |
|
Paul Berry
2016/02/08 14:53:12
Nit: this should have a TODO comment.
scheglov
2016/02/08 16:29:51
Done.
|
| + break; |
| } |
| } |
| return stack.single; |