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