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

Unified Diff: pkg/front_end/testcases/inference_new/strongly_connected_component.dart.direct.expect

Issue 2953503002: Only set types of conditional expressions in strong mode. (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/strongly_connected_component.dart.direct.expect
diff --git a/pkg/front_end/testcases/inference_new/strongly_connected_component.dart.direct.expect b/pkg/front_end/testcases/inference_new/strongly_connected_component.dart.direct.expect
index e42244af1dd4e5332681ab598955daa866563f9b..5124459d2dfba7dae14b392737117658f5694c8a 100644
--- a/pkg/front_end/testcases/inference_new/strongly_connected_component.dart.direct.expect
+++ b/pkg/front_end/testcases/inference_new/strongly_connected_component.dart.direct.expect
@@ -2,7 +2,7 @@ library test;
import self as self;
import "dart:core" as core;
-static field dynamic x = () → dynamic => self::f() ?{dynamic} self::y : self::z;
+static field dynamic x = () → dynamic => self::f() ? self::y : self::z;
static field dynamic y = () → dynamic => self::x;
static field dynamic z = () → dynamic => self::x;
static method f() → core::bool

Powered by Google App Engine
This is Rietveld 408576698