Sign in
dart
/
sdk.git
/
cd65076031d67dde752af5a4b8fe0224f9d2b5fb
/
.
/
pkg
/
front_end
/
testcases
/
inference_new
/
list_literals_can_infer_null_top_level.dart.textual_outline.expect
blob: 38b2446fd49b3369eb8990e58b15d141b47928cc [
file
] [
log
] [
blame
]
library test
;
var
x
=
[
null
];
main
()
{}