| Index: pkg/front_end/testcases/inference/downwards_inference_annotations_locals_referring_to_locals.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/inference/downwards_inference_annotations_locals_referring_to_locals.dart.direct.expect b/pkg/front_end/testcases/inference/downwards_inference_annotations_locals_referring_to_locals.dart.direct.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d3afdb6ec5c41d69b0be2a92e2e8dc9c7d84f370
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/downwards_inference_annotations_locals_referring_to_locals.dart.direct.expect
|
| @@ -0,0 +1,14 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +class Foo extends core::Object {
|
| + const constructor •(dynamic l) → void
|
| + : super core::Object::•()
|
| + ;
|
| +}
|
| +static method test() → void {
|
| + const dynamic x = 0;
|
| + dynamic y;
|
| +}
|
| +static method main() → dynamic {}
|
|
|