Index: pkg/front_end/testcases/inference/list_literals_can_infer_null_bottom.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference/list_literals_can_infer_null_bottom.dart.strong.expect b/pkg/front_end/testcases/inference/list_literals_can_infer_null_bottom.dart.strong.expect |
index 463943cc589665a8c957180b775f23405b4f9714..a69d78e34e48aabfb2b92185ce51ebb9504a8f70 100644 |
--- a/pkg/front_end/testcases/inference/list_literals_can_infer_null_bottom.dart.strong.expect |
+++ b/pkg/front_end/testcases/inference/list_literals_can_infer_null_bottom.dart.strong.expect |
@@ -4,7 +4,7 @@ import "dart:core" as core; |
static method test1() → dynamic { |
core::List<core::Null> x = <core::Null>[null]; |
- x.add(42); |
+ x.{core::List::add}(42); |
} |
static method main() → dynamic { |
self::test1(); |