| 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 99929679cb6cd8c193d9a661edfc2aa12ca4aa6c..93d1bcedf74d7ffb1c22b87f9599cbc4670fd3a0 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| @@ -2405,6 +2405,13 @@ enum E {
|
| checkLibrary('enum E1 { v1 } enum E2 { v2 }');
|
| }
|
|
|
| + test_executable_parameter_type_typedef() {
|
| + checkLibrary(r'''
|
| +typedef F(int p);
|
| +main(F f) {}
|
| +''');
|
| + }
|
| +
|
| test_export_class() {
|
| addLibrarySource('/a.dart', 'class C {}');
|
| checkLibrary('export "a.dart";');
|
|
|