Index: pkg/analyzer/test/src/summary/resynthesize_common.dart |
diff --git a/pkg/analyzer/test/src/summary/resynthesize_common.dart b/pkg/analyzer/test/src/summary/resynthesize_common.dart |
index aeebef56cdca03312352a3af89f60571ac764202..88b89852c55e312bbd6d302840acdf725e55438b 100644 |
--- a/pkg/analyzer/test/src/summary/resynthesize_common.dart |
+++ b/pkg/analyzer/test/src/summary/resynthesize_common.dart |
@@ -3578,6 +3578,10 @@ C c; |
checkLibrary(''' |
class C<T extends C<T>> {} |
C c; |
+var c2 = new C(); |
+class B { |
+ var c3 = new C(); |
+} |
'''); |
} |