Chromium Code Reviews| Index: pkg/front_end/testcases/inference/local_return_and_yield.dart.outline.expect |
| diff --git a/pkg/front_end/testcases/inference/local_return_and_yield.dart.outline.expect b/pkg/front_end/testcases/inference/local_return_and_yield.dart.outline.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..23a7b3755455b76c4303b69c880d24c04655c1eb |
| --- /dev/null |
| +++ b/pkg/front_end/testcases/inference/local_return_and_yield.dart.outline.expect |
| @@ -0,0 +1,7 @@ |
| +library test; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +typedef IntToInt = (core::int) → core::int; |
| +static method main() → dynamic |
| + ; |