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 6a9dfc24d0bcee9505e9214cdef5817381b6cf2d..a9c902361c5e6cdfa35786f9b185d6917699c5bd 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 |
@@ -11,5 +11,5 @@ class C extends core::Object { |
} |
static method main() → dynamic { |
self::C c = new self::C::•(); |
- core::bool x = c.[](0); |
+ core::bool x = c.{self::C::[]}(0); |
} |