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