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

Unified Diff: pkg/front_end/testcases/inference/inferred_type_custom_index_op_via_interface.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/inferred_type_custom_index_op_via_interface.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/inferred_type_custom_index_op_via_interface.dart.strong.expect b/pkg/front_end/testcases/inference/inferred_type_custom_index_op_via_interface.dart.strong.expect
index 77016febd363e0cd0518ec36564e4eae6fe965ef..aa347c8a217540cef78997cdebc7c92137d73b95 100644
--- a/pkg/front_end/testcases/inference/inferred_type_custom_index_op_via_interface.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/inferred_type_custom_index_op_via_interface.dart.strong.expect
@@ -16,6 +16,6 @@ abstract class C extends core::Object implements self::I {
}
static method f() → dynamic {
self::C c;
- core::bool x = c.[](0);
+ core::bool x = c.{self::I::[]}(0);
}
static method main() → dynamic {}

Powered by Google App Engine
This is Rietveld 408576698