| Index: tests/language/function_type_alias5_test.dart
|
| diff --git a/tests/language/function_type_alias5_test.dart b/tests/language/function_type_alias5_test.dart
|
| index 71fa62ff7110b5bc2e687a129a9bcb750e7d3cd1..a90f806155f93b5e592b1955e80d10d376ff4d1b 100644
|
| --- a/tests/language/function_type_alias5_test.dart
|
| +++ b/tests/language/function_type_alias5_test.dart
|
| @@ -11,4 +11,7 @@ typedef A(B x); /// 02: compile-time error
|
| typedef B(A x); /// 02: continued
|
|
|
| main() {
|
| + Handle h; /// 00: continued
|
| + F f; /// 01: continued
|
| + A f; /// 02: continued
|
| }
|
|
|