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