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

Unified Diff: pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_5.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_types_on_generic_instantiations_5.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_5.dart.strong.expect b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_5.dart.strong.expect
index 72d018aadff9e5041f9a7f0e9df4dfea30b32f1a..39f7a611a4f31d2a4fa0d3d809d4d6c4e2201de5 100644
--- a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_5.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_5.dart.strong.expect
@@ -29,7 +29,7 @@ class B<E extends core::Object> extends self::A<self::B::E> implements self::M {
method m(dynamic a, dynamic f) → dynamic {}
}
static method foo() → dynamic {
- core::int y = new self::B::•<dynamic>().m(null, null);
- core::String z = new self::B::•<dynamic>().m(null, null);
+ core::int y = new self::B::•<dynamic>().{self::B::m}(null, null);
+ core::String z = new self::B::•<dynamic>().{self::B::m}(null, null);
}
static method main() → dynamic {}

Powered by Google App Engine
This is Rietveld 408576698