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

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

Issue 2736103004: Use correct types on cloned constructors in mixin applications. (Closed)
Patch Set: Update kompile.status. Created 3 years, 9 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/test/fasta/rasta/class_hierarchy.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect b/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect
index fb46624acd7e4df6c533dcbe4a2e4b18b0ccbea8..71d5898ab6ecd5361a45f5bd0204eff14d8f5b32 100644
--- a/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect
+++ b/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect
@@ -10,13 +10,17 @@ class B extends core::Object {
constructor •() → void
;
}
-class C extends core::Object {
+class C extends self::Object&Missing {
constructor •() → void
+ : super core::Object::•()
;
}
class D extends core::Object {
- static factory •() → self::D
- ;
+ static field dynamic _redirecting# = <dynamic>[self::D::•];
+ static factory •() → dynamic
+ throw "Redirection constructor target not found: Missing";
+}
+abstract class Object&Missing extends core::Object {
}
static method main() → void
;

Powered by Google App Engine
This is Rietveld 408576698