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

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

Issue 2862223002: Rewrite mixin application handling in Fasta. (Closed)
Patch Set: Update status file. 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 f77dde6947884efb43d7ff77d0f959237046817c..90616a9dc8f46109198e52ca42c0feb3d62982d8 100644
--- a/pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect
+++ b/pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect
@@ -10,7 +10,7 @@ class B extends core::Object {
constructor •() → void
;
}
-class C extends self::Object&Missing {
+class C extends core::Object {
constructor •() → void
: super core::Object::•()
;
@@ -20,9 +20,5 @@ class D extends core::Object {
static factory •() → dynamic
throw "Redirection constructor target not found: Missing";
}
-abstract class Object&Missing extends core::Object {
- constructor •() → void
- ;
-}
static method main() → void
;
« no previous file with comments | « pkg/front_end/testcases/mixin.dart.outline.expect ('k') | pkg/front_end/testcases/rasta/duplicated_mixin.dart.outline.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698