Index: pkg/front_end/testcases/inference/infer_assign_to_index_full.dart.direct.expect |
diff --git a/pkg/front_end/testcases/inference/infer_assign_to_index_full.dart.direct.expect b/pkg/front_end/testcases/inference/infer_assign_to_index_full.dart.direct.expect |
index 8aea9af13996832c21bb2ae1577768e3630426b3..fe603ea3cfbc3fcccb1f356601a95caa9d3c9bef 100644 |
--- a/pkg/front_end/testcases/inference/infer_assign_to_index_full.dart.direct.expect |
+++ b/pkg/front_end/testcases/inference/infer_assign_to_index_full.dart.direct.expect |
@@ -3,17 +3,17 @@ import self as self; |
import "dart:core" as core; |
class Index extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
} |
class A extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
} |
class B extends self::A { |
- constructor •() → void |
+ default constructor •() → void |
: super self::A::•() |
; |
operator +(self::C v) → self::A |
@@ -26,12 +26,12 @@ class B extends self::A { |
return null; |
} |
class C extends self::B { |
- constructor •() → void |
+ default constructor •() → void |
: super self::B::•() |
; |
} |
class Test extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
operator [](self::Index i) → self::B |