| Index: pkg/front_end/testcases/inference/infer_statics_with_method_invocations.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_statics_with_method_invocations.dart.strong.expect b/pkg/front_end/testcases/inference/infer_statics_with_method_invocations.dart.strong.expect
|
| index ecc037be1769abaac2d208a1677b0f99bf20f127..c67b177ee09b0623473fd6b8ad99910adc387205 100644
|
| --- a/pkg/front_end/testcases/inference/infer_statics_with_method_invocations.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_statics_with_method_invocations.dart.strong.expect
|
| @@ -5,7 +5,7 @@ import "./infer_statics_with_method_invocations_a.dart" as inf;
|
|
|
| class T extends core::Object {
|
| static final field self::T foo = self::T::m1(self::T::m2(inf::m3("", "")));
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| static method m1(core::String m) → self::T {
|
|
|