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

Unified Diff: pkg/front_end/testcases/expressions.dart.direct.expect

Issue 2949753002: Print static types of conditional expressions. (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/expressions.dart.direct.expect
diff --git a/pkg/front_end/testcases/expressions.dart.direct.expect b/pkg/front_end/testcases/expressions.dart.direct.expect
index 0f7087de8274083fa2bf531f739779434d1bc6fc..031f1c65ea99df19c489aee328357e386e78b1bb 100644
--- a/pkg/front_end/testcases/expressions.dart.direct.expect
+++ b/pkg/front_end/testcases/expressions.dart.direct.expect
@@ -10,7 +10,7 @@ static method caller(dynamic f) → dynamic {
}
static method main() → dynamic {
core::int i = 0;
- core::print(i.==(1) ? "bad" : "good");
+ core::print(i.==(1) ?{core::String} "bad" : "good");
core::print("${i}");
core::print("'${i}'");
core::print(" '${i}' ");

Powered by Google App Engine
This is Rietveld 408576698