| Index: pkg/front_end/testcases/override.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/override.dart.outline.expect b/pkg/front_end/testcases/override.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..17cdbfcd0704fd21a2929277c88b48cb2f79c452
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/override.dart.outline.expect
|
| @@ -0,0 +1,26 @@
|
| +library;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +class Foo extends core::Object {
|
| + constructor •() → void
|
| + ;
|
| +}
|
| +class Bar extends self::Foo {
|
| + constructor •() → void
|
| + ;
|
| +}
|
| +class Base extends core::Object {
|
| + constructor •() → void
|
| + ;
|
| + method method() → self::Foo
|
| + ;
|
| +}
|
| +class Sub extends self::Base {
|
| + constructor •() → void
|
| + ;
|
| + method method() → self::Foo
|
| + ;
|
| +}
|
| +static method main(core::List<core::String> args) → dynamic
|
| + ;
|
|
|