| Index: pkg/front_end/testcases/inference/infer_from_variables_in_cycle_libs_when_flag_is_on2.dart.direct.expect
 | 
| diff --git a/pkg/front_end/testcases/inference/infer_from_variables_in_cycle_libs_when_flag_is_on2.dart.direct.expect b/pkg/front_end/testcases/inference/infer_from_variables_in_cycle_libs_when_flag_is_on2.dart.direct.expect
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..fa3dbd495400d92c453529f35bde614a36ff1667
 | 
| --- /dev/null
 | 
| +++ b/pkg/front_end/testcases/inference/infer_from_variables_in_cycle_libs_when_flag_is_on2.dart.direct.expect
 | 
| @@ -0,0 +1,17 @@
 | 
| +library test;
 | 
| +import self as self;
 | 
| +import "dart:core" as core;
 | 
| +import "./infer_from_variables_in_cycle_libs_when_flag_is_on2_a.dart" as inf;
 | 
| +
 | 
| +class B extends core::Object {
 | 
| +  static field dynamic y = inf::A::x;
 | 
| +  default constructor •() → void
 | 
| +    : super core::Object::•()
 | 
| +    ;
 | 
| +}
 | 
| +static method test1() → dynamic {
 | 
| +  core::int t = 3;
 | 
| +  t = inf::A::x;
 | 
| +  t = self::B::y;
 | 
| +}
 | 
| +static method main() → dynamic {}
 | 
| 
 |