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