| Index: pkg/front_end/testcases/inference/local_reference_upwards_local.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/local_reference_upwards_local.dart.strong.expect b/pkg/front_end/testcases/inference/local_reference_upwards_local.dart.strong.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..25330af61a071802100cba9df03391c65afc58d4
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/local_reference_upwards_local.dart.strong.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;
|
| + asy::Future<core::int> x = futureInt;
|
| +}
|
|
|