| Index: pkg/front_end/testcases/store_load.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/issue_000068.dart.outline.expect b/pkg/front_end/testcases/store_load.dart.outline.expect
|
| similarity index 56%
|
| rename from pkg/front_end/test/fasta/rasta/issue_000068.dart.outline.expect
|
| rename to pkg/front_end/testcases/store_load.dart.outline.expect
|
| index af7d585acb9ac0cd1d333a897249f7e31204c6d2..e8418c60081eec19796a53c1255cf773b8ea272c 100644
|
| --- a/pkg/front_end/test/fasta/rasta/issue_000068.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/store_load.dart.outline.expect
|
| @@ -2,19 +2,21 @@ library;
|
| import self as self;
|
| import "dart:core" as core;
|
|
|
| -class G<T extends core::Object> extends core::Object {
|
| +class Foo extends core::Object {
|
| + field dynamic _field;
|
| constructor •() → void
|
| ;
|
| }
|
| -class A extends core::Object {
|
| +class FooValue extends core::Object {
|
| constructor •() → void
|
| ;
|
| }
|
| -class B extends self::A {
|
| +class Bar extends core::Object {
|
| + field dynamic _field;
|
| constructor •() → void
|
| ;
|
| }
|
| -class C extends self::B {
|
| +class BarValue extends core::Object {
|
| constructor •() → void
|
| ;
|
| }
|
|
|