Index: pkg/front_end/testcases/inference/null_literal_should_not_infer_as_bottom.dart |
diff --git a/pkg/front_end/testcases/inference/null_literal_should_not_infer_as_bottom.dart b/pkg/front_end/testcases/inference/null_literal_should_not_infer_as_bottom.dart |
index 194c9cf2f360d26e2e2cbc1027a6a698b795e6c2..d8699ea4c4993df624ec8457a2d8ad3ed953dd59 100644 |
--- a/pkg/front_end/testcases/inference/null_literal_should_not_infer_as_bottom.dart |
+++ b/pkg/front_end/testcases/inference/null_literal_should_not_infer_as_bottom.dart |
@@ -23,5 +23,6 @@ main() { |
(/*info:DYNAMIC_INVOKE*/ h.foo()); |
foo(/*@returnType=int*/ (/*@type=Object*/ x) => null); |
- foo(/*@returnType=<bottom>*/ (/*@type=Object*/ x) => throw "not implemented"); |
+ foo(/*@returnType=<BottomType>*/ (/*@type=Object*/ x) => |
+ throw "not implemented"); |
} |