| 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 4bea0aedb8f580c9c7aed4d36d64c0f7f3ebe52b..77c0512c5d25b57683299f434d4d4e80a102e9b1 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| @@ -2131,6 +2131,15 @@ const vFunctionTypeAlias = F;
|
| ''');
|
| }
|
|
|
| + test_const_reference_type_functionType() {
|
| + checkLibrary(r'''
|
| +typedef F();
|
| +class C {
|
| + final f = <F>[];
|
| +}
|
| +''');
|
| + }
|
| +
|
| test_const_reference_type_imported() {
|
| addLibrarySource(
|
| '/a.dart',
|
|
|