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

Unified Diff: pkg/front_end/testcases/inference/inferred_type_custom_index_op.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.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/inferred_type_custom_index_op.dart.strong.expect b/pkg/front_end/testcases/inference/inferred_type_custom_index_op.dart.strong.expect
index 6a9dfc24d0bcee9505e9214cdef5817381b6cf2d..a9c902361c5e6cdfa35786f9b185d6917699c5bd 100644
--- a/pkg/front_end/testcases/inference/inferred_type_custom_index_op.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/inferred_type_custom_index_op.dart.strong.expect
@@ -11,5 +11,5 @@ class C extends core::Object {
}
static method main() → dynamic {
self::C c = new self::C::•();
- core::bool x = c.[](0);
+ core::bool x = c.{self::C::[]}(0);
}

Powered by Google App Engine
This is Rietveld 408576698