Index: pkg/front_end/test/fasta/rasta/issue_000080.dart.outline.expect |
diff --git a/pkg/front_end/test/fasta/rasta/issue_000080.dart.outline.expect b/pkg/front_end/test/fasta/rasta/issue_000080.dart.outline.expect |
deleted file mode 100644 |
index ac14e5bda757338c816426c2f26f2695dec03e11..0000000000000000000000000000000000000000 |
--- a/pkg/front_end/test/fasta/rasta/issue_000080.dart.outline.expect |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-library; |
-import self as self; |
-import "dart:core" as core; |
- |
-class Mixin extends core::Object { |
- field dynamic field; |
- constructor •() → void |
- ; |
- method foo() → dynamic |
- ; |
-} |
-class Foo extends self::Object&Mixin { |
- constructor •() → void |
- ; |
- method foo() → dynamic |
- ; |
- method bar() → dynamic |
- ; |
-} |
-abstract class Object&Mixin = core::Object with self::Mixin { |
-} |
-static method main() → dynamic |
- ; |