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

Unified Diff: pkg/front_end/testcases/redirecting_factory.dart.outline.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/redirecting_factory.dart.outline.expect
diff --git a/pkg/front_end/testcases/redirecting_factory.dart.outline.expect b/pkg/front_end/testcases/redirecting_factory.dart.outline.expect
index bd411a5aab469f3a5c74cf009d651350dd57c426..03d9abb37b4dec78b0b7f734019a8ccea54205e6 100644
--- a/pkg/front_end/testcases/redirecting_factory.dart.outline.expect
+++ b/pkg/front_end/testcases/redirecting_factory.dart.outline.expect
@@ -15,7 +15,7 @@ abstract class Foo<T extends core::Object> extends core::Object implements self:
}
class Bar<Sb extends core::Object, Tb extends core::Object> extends core::Object implements self::Foo<self::Bar::Tb> {
field core::int x;
- constructor •(dynamic x) → void
+ constructor •(core::int x) → void
;
}
class Builder<X extends core::Object> extends core::Object {

Powered by Google App Engine
This is Rietveld 408576698