Index: pkg/front_end/testcases/inference/try_catch_finally.dart.outline.expect |
diff --git a/pkg/front_end/testcases/inference/try_catch_finally.dart.outline.expect b/pkg/front_end/testcases/inference/try_catch_finally.dart.outline.expect |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2ee54a09752841ba2f644418c52c7c534194d170 |
--- /dev/null |
+++ b/pkg/front_end/testcases/inference/try_catch_finally.dart.outline.expect |
@@ -0,0 +1,20 @@ |
+library test; |
+import self as self; |
+import "dart:core" as core; |
+ |
+class C extends core::Object { |
+ constructor •() → void |
+ ; |
+} |
+class D extends core::Object { |
+ constructor •() → void |
+ ; |
+} |
+class E extends core::Object { |
+ constructor •() → void |
+ ; |
+} |
+static method test(() → void f) → void |
+ ; |
+static method main() → dynamic |
+ ; |