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

Unified Diff: pkg/front_end/testcases/inference_new/dependency_only_if_generic_method.dart.strong.expect

Issue 2954063002: Small fixes to top level type inference. (Closed)
Patch Set: Created 3 years, 6 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_new/dependency_only_if_generic_method.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference_new/dependency_only_if_generic_method.dart.strong.expect b/pkg/front_end/testcases/inference_new/dependency_only_if_generic_method.dart.strong.expect
index aad70d3922a86aec65e0d05db0c9c56265299b25..700a99d70a0dc5d8f30851b6201abcadd6d510a0 100644
--- a/pkg/front_end/testcases/inference_new/dependency_only_if_generic_method.dart.strong.expect
+++ b/pkg/front_end/testcases/inference_new/dependency_only_if_generic_method.dart.strong.expect
@@ -12,8 +12,8 @@ class A extends core::Object {
return 0;
}
static field self::A a = new self::A::•();
-static field () → dynamic b = () → () → dynamic => self::a.{self::A::f}<() → dynamic>(self::c);
-static field () → dynamic c = () → () → dynamic => self::a.{self::A::f}<() → dynamic>(self::b);
-static field () → dynamic d = () → () → core::int => self::a.{self::A::f}<() → core::int>(self::e);
+static field dynamic b = () → dynamic => self::a.{self::A::f}<dynamic>(self::c);
+static field dynamic c = () → dynamic => self::a.{self::A::f}<dynamic>(self::b);
+static field () → () → core::int d = () → () → core::int => self::a.{self::A::f}<() → core::int>(self::e);
static field () → core::int e = () → core::int => self::a.{self::A::g}(self::d);
static method main() → dynamic {}

Powered by Google App Engine
This is Rietveld 408576698