| Index: pkg/front_end/testcases/inference/infer_statics_transitively_a.dart.direct.expect
 | 
| diff --git a/pkg/front_end/testcases/inference/infer_statics_transitively_a.dart.direct.expect b/pkg/front_end/testcases/inference/infer_statics_transitively_a.dart.direct.expect
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..20c538aff95ce6ee7f1b9991952c9b0bd047c38f
 | 
| --- /dev/null
 | 
| +++ b/pkg/front_end/testcases/inference/infer_statics_transitively_a.dart.direct.expect
 | 
| @@ -0,0 +1,14 @@
 | 
| +library;
 | 
| +import self as self;
 | 
| +import "dart:core" as core;
 | 
| +import "./infer_statics_transitively_b.dart" as inf;
 | 
| +import "./infer_statics_transitively.dart" as test;
 | 
| +
 | 
| +class A extends core::Object {
 | 
| +  static final field dynamic a2 = inf::b1;
 | 
| +  default constructor •() → void
 | 
| +    : super core::Object::•()
 | 
| +    ;
 | 
| +}
 | 
| +static final field dynamic a1 = test::m2;
 | 
| +static method main() → dynamic {}
 | 
| 
 |