Index: pkg/front_end/testcases/inference/for_in_loop_promotion.dart.outline.expect |
diff --git a/pkg/front_end/testcases/inference/for_in_loop_promotion.dart.outline.expect b/pkg/front_end/testcases/inference/for_in_loop_promotion.dart.outline.expect |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ad63a89a3d01368e14d23df8963a6c01338ca3bf |
--- /dev/null |
+++ b/pkg/front_end/testcases/inference/for_in_loop_promotion.dart.outline.expect |
@@ -0,0 +1,8 @@ |
+library test; |
+import self as self; |
+import "dart:core" as core; |
+ |
+static method test(core::List<core::num> nums) → invalid-type |
+ ; |
+static method main() → dynamic |
+ ; |