| Index: pkg/front_end/testcases/inference/map_literals_can_infer_null.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/map_literals_can_infer_null.dart.strong.expect b/pkg/front_end/testcases/inference/map_literals_can_infer_null.dart.strong.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f1ad706ead8e679b4d71526643e83111f6fa455f
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/map_literals_can_infer_null.dart.strong.expect
|
| @@ -0,0 +1,9 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +static method test1() → dynamic {
|
| + core::Map<core::Null, core::Null> x = <core::Null, core::Null>{null: null};
|
| + x.{core::Map::[]=}(3, "z");
|
| +}
|
| +static method main() → dynamic {}
|
|
|