Sign in
dart
/
sdk.git
/
refs/tags/2.5.0-dev.3.0
/
.
/
pkg
/
front_end
/
testcases
/
inference_new
/
map_literals_can_infer_null_top_level.dart.strong.expect
blob: 79c64f0805a4c80cb2fecff754a57a7ad3ac2913 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field core
::
Map
<
core
::
Null
*,
core
::
Null
*>*
x
=
<
core
::
Null
*,
core
::
Null
*>{
null
:
null
};
static
method main
()
→
dynamic
{
self
::
x
;
}