Chromium Code Reviews| Index: pkg/front_end/testcases/rasta/typedef.dart.outline.expect |
| diff --git a/pkg/front_end/testcases/rasta/typedef.dart.outline.expect b/pkg/front_end/testcases/rasta/typedef.dart.outline.expect |
| index 6a28c0dd5404a9ac6633a2c09b263973b2b2bf1d..f4b16f177d9c8b4344105bd9efc46c44d361a5cd 100644 |
| --- a/pkg/front_end/testcases/rasta/typedef.dart.outline.expect |
| +++ b/pkg/front_end/testcases/rasta/typedef.dart.outline.expect |
| @@ -1,5 +1,6 @@ |
| library; |
| import self as self; |
| +typedef Foo = () → void; |
| static method main() → dynamic |
| ; |