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