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

Unified Diff: pkg/front_end/testcases/classes.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/classes.dart.outline.expect
diff --git a/pkg/front_end/testcases/classes.dart.outline.expect b/pkg/front_end/testcases/classes.dart.outline.expect
index 7871b62252067a4e079f657ba210f7ca37cbe688..1366d1b326d803b5a2f7450f16b191782063192e 100644
--- a/pkg/front_end/testcases/classes.dart.outline.expect
+++ b/pkg/front_end/testcases/classes.dart.outline.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
;
method method() → dynamic
;

Powered by Google App Engine
This is Rietveld 408576698