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

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

Issue 2908453002: Infer the types of initializing formals from the corresponding fields. (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/inference/inferred_initializing_formal_checks_default_value.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/inferred_initializing_formal_checks_default_value.dart.strong.expect b/pkg/front_end/testcases/inference/inferred_initializing_formal_checks_default_value.dart.strong.expect
index 59b5be03efd76ec8063d008e8dac30ded4178ad3..138f97ab156daa1b76699c1976aceabb5eb6f2ba 100644
--- a/pkg/front_end/testcases/inference/inferred_initializing_formal_checks_default_value.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/inferred_initializing_formal_checks_default_value.dart.strong.expect
@@ -4,7 +4,7 @@ import "dart:core" as core;
class Foo extends core::Object {
field core::int x = 1;
- constructor •([dynamic x = "1"]) → void
+ constructor •([core::int x = "1"]) → void
: self::Foo::x = x, super core::Object::•()
;
}

Powered by Google App Engine
This is Rietveld 408576698