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

Unified Diff: pkg/front_end/testcases/classes.dart.direct.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/classes.dart.direct.expect
diff --git a/pkg/front_end/testcases/classes.dart.direct.expect b/pkg/front_end/testcases/classes.dart.direct.expect
index db0cfb89f5dd979c89a86b040b34dcd8fce81e7d..55991d92bc04b07ae3b48b018564a2e982f27a91 100644
--- a/pkg/front_end/testcases/classes.dart.direct.expect
+++ b/pkg/front_end/testcases/classes.dart.direct.expect
@@ -5,7 +5,7 @@ import "dart:core" as core;
class A extends core::Object {
final field core::int x;
final field core::int y;
- constructor •(dynamic y) → void
+ constructor •(core::int y) → void
: self::A::y = y, self::A::x = 42, super core::Object::•()
;
method method() → dynamic {

Powered by Google App Engine
This is Rietveld 408576698