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

Unified Diff: pkg/front_end/testcases/inference/null_coalescing_operator_2.dart.dartk.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/inference/null_coalescing_operator_2.dart.dartk.expect
diff --git a/pkg/front_end/testcases/inference/null_coalescing_operator_2.dart.dartk.expect b/pkg/front_end/testcases/inference/null_coalescing_operator_2.dart.dartk.expect
index 6b961da6f8e8574d432661c993d9ce987494434f..55444c7c8c55175b13760fae09291e081538613a 100644
--- a/pkg/front_end/testcases/inference/null_coalescing_operator_2.dart.dartk.expect
+++ b/pkg/front_end/testcases/inference/null_coalescing_operator_2.dart.dartk.expect
@@ -4,5 +4,5 @@ import "dart:core" as core;
static method main() → dynamic {
core::List<dynamic> x;
- core::List<dynamic> y = x.==(null) ? <dynamic>[] : x;
+ core::List<dynamic> y = x.==(null) ?{dynamic} <dynamic>[] : x;
}

Powered by Google App Engine
This is Rietveld 408576698