Index: pkg/front_end/testcases/inference/switch_continue.dart.outline.expect |
diff --git a/pkg/front_end/testcases/inference/switch_continue.dart.outline.expect b/pkg/front_end/testcases/inference/switch_continue.dart.outline.expect |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bf80ceda822590a76822bca45cb66032e0eabefc |
--- /dev/null |
+++ b/pkg/front_end/testcases/inference/switch_continue.dart.outline.expect |
@@ -0,0 +1,8 @@ |
+library test; |
+import self as self; |
+import "dart:core" as core; |
+ |
+static method test(core::int x, () → void f) → void |
+ ; |
+static method main() → dynamic |
+ ; |