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