Index: pkg/front_end/testcases/inference/null_aware_method_invocation.dart |
diff --git a/pkg/front_end/testcases/inference/null_aware_method_invocation.dart b/pkg/front_end/testcases/inference/null_aware_method_invocation.dart |
index 7ff4643d5bb339e53275c3b41d2d3796fdd9ba69..efe406312942c6df121011bd34a623897dc40687 100644 |
--- a/pkg/front_end/testcases/inference/null_aware_method_invocation.dart |
+++ b/pkg/front_end/testcases/inference/null_aware_method_invocation.dart |
@@ -11,6 +11,7 @@ class C { |
g(C c) { |
var /*@type=int*/ x = c?. /*@target=C::f*/ f(); |
+ c?. /*@target=C::f*/ f(); |
} |
main() {} |