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