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

Unified Diff: pkg/front_end/testcases/inference/list_literals_can_infer_null_bottom.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/list_literals_can_infer_null_bottom.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/list_literals_can_infer_null_bottom.dart.strong.expect b/pkg/front_end/testcases/inference/list_literals_can_infer_null_bottom.dart.strong.expect
index 463943cc589665a8c957180b775f23405b4f9714..a69d78e34e48aabfb2b92185ce51ebb9504a8f70 100644
--- a/pkg/front_end/testcases/inference/list_literals_can_infer_null_bottom.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/list_literals_can_infer_null_bottom.dart.strong.expect
@@ -4,7 +4,7 @@ import "dart:core" as core;
static method test1() → dynamic {
core::List<core::Null> x = <core::Null>[null];
- x.add(42);
+ x.{core::List::add}(42);
}
static method main() → dynamic {
self::test1();

Powered by Google App Engine
This is Rietveld 408576698