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

Unified Diff: pkg/front_end/testcases/implicit_scope_test.dart.strong.expect

Issue 2954253002: Add type inference for while and do loops. (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/implicit_scope_test.dart.strong.expect
diff --git a/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect b/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
index 3af9646aa57860e9b6812e8b3b20526090e5116c..4094a87e1b5f403381f7bae2e0d7e34ea1f969df 100644
--- a/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
+++ b/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
@@ -37,7 +37,7 @@ class ImplicitScopeTest extends core::Object {
dynamic a = "bar";
dynamic b = "baz";
}
- while ("black".==("white"))
+ while ("black".{core::String::==}("white"))
exp::Expect::equals("foo", a);
exp::Expect::equals(null, b);
}

Powered by Google App Engine
This is Rietveld 408576698