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

Unified Diff: pkg/front_end/testcases/inference/null_aware_property_get.dart.strong.expect

Issue 2948843002: Add tests of null-aware constructs in void contexts. (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
« no previous file with comments | « pkg/front_end/testcases/inference/null_aware_property_get.dart.direct.expect ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/testcases/inference/null_aware_property_get.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/null_aware_property_get.dart.strong.expect b/pkg/front_end/testcases/inference/null_aware_property_get.dart.strong.expect
index 48478c83fab5c40685d5543e1cd1d1a57acefbff..3d84f9ca84a48614372e37878635b574724d8f4b 100644
--- a/pkg/front_end/testcases/inference/null_aware_property_get.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/null_aware_property_get.dart.strong.expect
@@ -10,5 +10,6 @@ class C extends core::Object {
}
static method f(self::C c) → void {
core::int x = let final self::C #t1 = c in #t1.==(null) ?{core::int} null : #t1.{self::C::x};
+ let final self::C #t2 = c in #t2.==(null) ?{core::int} null : #t2.{self::C::x};
}
static method main() → dynamic {}
« no previous file with comments | « pkg/front_end/testcases/inference/null_aware_property_get.dart.direct.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698