Chromium Code Reviews| Index: pkg/front_end/testcases/rasta/unresolved_for_in.dart.outline.expect |
| diff --git a/pkg/front_end/testcases/rasta/unresolved_for_in.dart.outline.expect b/pkg/front_end/testcases/rasta/unresolved_for_in.dart.outline.expect |
| index b27584e8ef7879ece2034de267331a75547204d5..eff4b822c18c976ee5b9e2763751654b64fca074 100644 |
| --- a/pkg/front_end/testcases/rasta/unresolved_for_in.dart.outline.expect |
| +++ b/pkg/front_end/testcases/rasta/unresolved_for_in.dart.outline.expect |
| @@ -2,6 +2,7 @@ library; |
| import self as self; |
| import "dart:core" as core; |
| +typedef VoidFunction = () → void; |
| class Fisk extends core::Object { |
| constructor •() → void |
| ; |