| Index: pkg/front_end/testcases/inference/reference_to_typedef.dart
|
| diff --git a/pkg/front_end/testcases/inference/reference_to_typedef.dart b/pkg/front_end/testcases/inference/reference_to_typedef.dart
|
| index 565c173aeda433792330b884581856591ec22b42..20bd4613b2c017c82386845372b452fc6d9c46cb 100644
|
| --- a/pkg/front_end/testcases/inference/reference_to_typedef.dart
|
| +++ b/pkg/front_end/testcases/inference/reference_to_typedef.dart
|
| @@ -7,3 +7,5 @@ library test;
|
|
|
| typedef void F();
|
| final /*@topType=Type*/ x = F;
|
| +
|
| +main() {}
|
|
|