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