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 30f0aec60f5e31776ac94a14f111b5b850eebdd5..568736a583175e79400d13e01cd9db2159ad87ea 100644 |
--- a/pkg/analyzer/lib/src/summary/resynthesize.dart |
+++ b/pkg/analyzer/lib/src/summary/resynthesize.dart |
@@ -496,6 +496,9 @@ class _ConstExprBuilder { |
'Unable to resolve constructor parameter: $name')); |
_push(identifier); |
break; |
+ case UnlinkedExprOperation.ifNull: |
+ _pushBinary(TokenType.QUESTION_QUESTION); |
+ break; |
case UnlinkedExprOperation.assignToRef: |
case UnlinkedExprOperation.assignToProperty: |
case UnlinkedExprOperation.assignToIndex: |