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

Unified Diff: pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect

Issue 2916533003: Set return type of factory constructors properly. (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/rasta/class_hierarchy.dart.outline.expect
diff --git a/pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect b/pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect
index 90616a9dc8f46109198e52ca42c0feb3d62982d8..3f7ea226aea55ad2a3da9fd7e3523082589a6d2b 100644
--- a/pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect
+++ b/pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect
@@ -17,7 +17,7 @@ class C extends core::Object {
}
class D extends core::Object {
static field dynamic _redirecting# = <dynamic>[self::D::•];
- static factory •() → dynamic
+ static factory •() → self::D
throw "Redirection constructor target not found: Missing";
}
static method main() → void

Powered by Google App Engine
This is Rietveld 408576698