Index: pkg/front_end/testcases/inference/inferred_type_custom_index_op.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference/inferred_type_custom_index_op.dart.strong.expect b/pkg/front_end/testcases/inference/inferred_type_custom_index_op.dart.strong.expect |
index a9c902361c5e6cdfa35786f9b185d6917699c5bd..81713384b2496fdbd788debc49c381684db7a79e 100644 |
--- a/pkg/front_end/testcases/inference/inferred_type_custom_index_op.dart.strong.expect |
+++ b/pkg/front_end/testcases/inference/inferred_type_custom_index_op.dart.strong.expect |
@@ -3,7 +3,7 @@ import self as self; |
import "dart:core" as core; |
class C extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
operator [](core::int index) → core::bool |