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