Sign in
dart
/
sdk.git
/
cd65076031d67dde752af5a4b8fe0224f9d2b5fb
/
.
/
pkg
/
front_end
/
testcases
/
inference_new
/
list_literals_can_infer_null_top_level.dart.strong.transformed.expect
blob: aa63d121ff0280cbf888a429006154576308ddfb [
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
;
}