Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: pkg/front_end/testcases/inference/infer_generic_method_type_positional2.dart.strong.expect

Issue 2874033003: Set MethodInvocation.interfaceTarget during type inference. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/testcases/inference/infer_generic_method_type_positional2.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/infer_generic_method_type_positional2.dart.strong.expect b/pkg/front_end/testcases/inference/infer_generic_method_type_positional2.dart.strong.expect
index 89fce11595e3db5e07f1542de8a8d34054039f9a..bec272da1ebe82814aa0e90cf40e897ac52a8d55 100644
--- a/pkg/front_end/testcases/inference/infer_generic_method_type_positional2.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/infer_generic_method_type_positional2.dart.strong.expect
@@ -10,5 +10,5 @@ class C extends core::Object {
return null;
}
static method main() → dynamic {
- core::double y = new self::C::•().m(1, "bbb", 2.0);
+ core::double y = new self::C::•().{self::C::m}(1, "bbb", 2.0);
}

Powered by Google App Engine
This is Rietveld 408576698