Index: pkg/front_end/testcases/inference/downwards_inference_annotations_parameter_local.dart.outline.expect |
diff --git a/pkg/front_end/testcases/inference/downwards_inference_annotations_parameter_local.dart.outline.expect b/pkg/front_end/testcases/inference/downwards_inference_annotations_parameter_local.dart.outline.expect |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ad9295e255097ad373e3f8228d579fc997dbe732 |
--- /dev/null |
+++ b/pkg/front_end/testcases/inference/downwards_inference_annotations_parameter_local.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 •(core::List<core::String> l) → void |
+ ; |
+} |
+static method test() → void |
+ ; |
+static method main() → dynamic |
+ ; |