Chromium Code Reviews| Index: pkg/front_end/testcases/inference/local_reference_upwards_local.dart.direct.expect |
| diff --git a/pkg/front_end/testcases/inference/local_reference_upwards_local.dart.direct.expect b/pkg/front_end/testcases/inference/local_reference_upwards_local.dart.direct.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6b84b83c48655b456eabc78ebd5c53c6198e94e3 |
| --- /dev/null |
| +++ b/pkg/front_end/testcases/inference/local_reference_upwards_local.dart.direct.expect |
| @@ -0,0 +1,9 @@ |
| +library; |
| +import self as self; |
| +import "dart:async" as asy; |
| +import "dart:core" as core; |
| + |
| +static method main() → dynamic { |
| + asy::Future<core::int> futureInt = null; |
| + dynamic x = futureInt; |
| +} |