| Index: pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_test.dart b/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| index 77c0512c5d25b57683299f434d4d4e80a102e9b1..dc8fd6d7f06efddcb450402dcba5449da3e48734 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| @@ -2172,6 +2172,14 @@ const vFunctionTypeAlias = p.F;
|
| ''');
|
| }
|
|
|
| + test_const_reference_type_typeParameter() {
|
| + checkLibrary(r'''
|
| +class C<T> {
|
| + final f = <T>[];
|
| +}
|
| +''');
|
| + }
|
| +
|
| test_const_reference_unresolved_prefix0() {
|
| checkLibrary(
|
| r'''
|
|
|