| Index: pkg/front_end/testcases/typedef.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/typedef.dart.outline.expect b/pkg/front_end/testcases/typedef.dart.outline.expect
|
| index 6a28c0dd5404a9ac6633a2c09b263973b2b2bf1d..fa3c15d53305f294b97909bb07532fbbf5c0c752 100644
|
| --- a/pkg/front_end/testcases/typedef.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/typedef.dart.outline.expect
|
| @@ -1,5 +1,8 @@
|
| library;
|
| import self as self;
|
|
|
| +typedef _NullaryFunction = () → dynamic;
|
| +typedef _UnaryFunction = (dynamic) → dynamic;
|
| +typedef _BinaryFunction = (dynamic, dynamic) → dynamic;
|
| static method main() → dynamic
|
| ;
|
|
|