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

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

Issue 2905123002: Perform type inference on explicitly typed fields. (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_binary_op_via_interface.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect b/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect
index 3d7052a64da9f0c502721b2d6f13684ee62598d1..a6f7e415b8d89fb1b8013405dbacffccc0e9b188 100644
--- a/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect
@@ -15,7 +15,7 @@ abstract class C extends core::Object implements self::I {
;
}
static field self::C c;
-static field core::bool x = self::c.*(self::c);
+static field core::bool x = self::c.{self::I::*}(self::c);
static method main() → dynamic {
self::c;
}

Powered by Google App Engine
This is Rietveld 408576698