| Index: pkg/front_end/test/fasta/rasta/super_initializer.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/super_initializer.dart.outline.expect b/pkg/front_end/test/fasta/rasta/super_initializer.dart.outline.expect
|
| deleted file mode 100644
|
| index b5a1cdb43a67202cb97db7e764472d9c48a87082..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/test/fasta/rasta/super_initializer.dart.outline.expect
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -library;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -class Super extends core::Object {
|
| - constructor arg0() → void
|
| - ;
|
| - constructor arg1(dynamic a) → void
|
| - ;
|
| - constructor arg2(dynamic a, dynamic b) → void
|
| - ;
|
| -}
|
| -class Sub extends self::Super {
|
| - field dynamic field;
|
| - constructor arg0() → void
|
| - ;
|
| - constructor arg1(dynamic a) → void
|
| - ;
|
| - constructor arg2(dynamic a, dynamic b) → void
|
| - ;
|
| -}
|
|
|