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

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

Issue 2958363002: Adjust return types of spec-mode function expressions to match VM. (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/super_property_get_invoke_function_typed.dart.direct.expect
diff --git a/pkg/front_end/testcases/inference/super_property_get_invoke_function_typed.dart.direct.expect b/pkg/front_end/testcases/inference/super_property_get_invoke_function_typed.dart.direct.expect
index 0f5da6cf08b81fe3dffd11c58fa2ae74d91e9d66..e8b2a1779fb88dcc6cdabff7cab23d7c5c3f6c9f 100644
--- a/pkg/front_end/testcases/inference/super_property_get_invoke_function_typed.dart.direct.expect
+++ b/pkg/front_end/testcases/inference/super_property_get_invoke_function_typed.dart.direct.expect
@@ -3,7 +3,7 @@ import self as self;
import "dart:core" as core;
class C extends core::Object {
- field dynamic f = () → core::int => 0;
+ field dynamic f = () → dynamic => 0;
constructor •() → void
: super core::Object::•()
;
« no previous file with comments | « pkg/front_end/testcases/inference/lambda_return_type.dart.direct.expect ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698