| Index: pkg/front_end/testcases/inference_new/infer_use_of_void.dart.strong.expect
 | 
| diff --git a/pkg/front_end/testcases/inference_new/infer_use_of_void.dart.strong.expect b/pkg/front_end/testcases/inference_new/infer_use_of_void.dart.strong.expect
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..9122623714b1943142cc12fb46ca5578ccda2e82
 | 
| --- /dev/null
 | 
| +++ b/pkg/front_end/testcases/inference_new/infer_use_of_void.dart.strong.expect
 | 
| @@ -0,0 +1,20 @@
 | 
| +library test;
 | 
| +import self as self;
 | 
| +import "dart:core" as core;
 | 
| +
 | 
| +class B extends core::Object {
 | 
| +  constructor •() → void
 | 
| +    : super core::Object::•()
 | 
| +    ;
 | 
| +  method f() → void {}
 | 
| +}
 | 
| +class C extends self::B {
 | 
| +  constructor •() → void
 | 
| +    : super self::B::•()
 | 
| +    ;
 | 
| +  method f() → void {}
 | 
| +}
 | 
| +static field void x = new self::C::•().{self::C::f}();
 | 
| +static method main() → dynamic {
 | 
| +  self::x;
 | 
| +}
 | 
| 
 |