| Index: pkg/front_end/testcases/inference/instantiate_to_bounds_generic_has_bound_defined_after.dart.direct.expect
 | 
| diff --git a/pkg/front_end/testcases/inference/instantiate_to_bounds_generic_has_bound_defined_after.dart.direct.expect b/pkg/front_end/testcases/inference/instantiate_to_bounds_generic_has_bound_defined_after.dart.direct.expect
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..477052088168537db10e33692f85bb8a984a996f
 | 
| --- /dev/null
 | 
| +++ b/pkg/front_end/testcases/inference/instantiate_to_bounds_generic_has_bound_defined_after.dart.direct.expect
 | 
| @@ -0,0 +1,13 @@
 | 
| +library test;
 | 
| +import self as self;
 | 
| +import "dart:core" as core;
 | 
| +
 | 
| +class A<T extends core::int> extends core::Object {
 | 
| +  default constructor •() → void
 | 
| +    : super core::Object::•()
 | 
| +    ;
 | 
| +}
 | 
| +static field self::A<dynamic> v = null;
 | 
| +static method main() → dynamic {
 | 
| +  self::v;
 | 
| +}
 | 
| 
 |