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

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

Issue 2878173002: Infer return types of closures (basic support). (Closed)
Patch Set: Created 3 years, 7 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 fda6cad7addb46242dbbad21898f9bcb9272080b..3b8a5c77f7ca10529a0d4c967103a382b29b9d85 100644
--- a/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
+++ b/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
@@ -8,7 +8,7 @@ class ImplicitScopeTest extends core::Object {
: super core::Object::•()
;
static method alwaysTrue() → core::bool {
- return 1.+(1).==(2);
+ return 1.{core::num::+}(1).{core::num::==}(2);
}
static method testMain() → dynamic {
core::String a = "foo";

Powered by Google App Engine
This is Rietveld 408576698