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

Unified Diff: pkg/front_end/testcases/inference/assign_local.dart.direct.expect

Issue 2977973002: Reenable commented-out test. (Closed)
Patch Set: Created 3 years, 5 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/assign_local.dart.direct.expect
diff --git a/pkg/front_end/testcases/inference/assign_local.dart.direct.expect b/pkg/front_end/testcases/inference/assign_local.dart.direct.expect
index 1b9f37c27d5e0af6052486f0bad2ca3628907964..dc0555225d7ec000c34bb0c827d894f6d771c0e9 100644
--- a/pkg/front_end/testcases/inference/assign_local.dart.direct.expect
+++ b/pkg/front_end/testcases/inference/assign_local.dart.direct.expect
@@ -16,4 +16,7 @@ static method main() → dynamic {
core::num x;
dynamic x1 = x = 1;
dynamic x2 = x = 1.0;
+ self::A<core::int> y;
+ dynamic y1 = y = new self::A::•<dynamic>();
+ dynamic y2 = y = new self::B::•<dynamic>();
}
« no previous file with comments | « pkg/front_end/testcases/inference/assign_local.dart ('k') | pkg/front_end/testcases/inference/assign_local.dart.strong.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698