Sign in
dart
/
sdk
/
b36df2bc3480c24f005c5edec5cbc3815c4726b0
/
.
/
pkg
/
front_end
/
testcases
/
agnostic
/
is.dart.textual_outline_modelled.expect
blob: cba2d3987834a42313210f0a70e6f5f45a39128d [
file
] [
log
] [
blame
]
const
a
=
<
Null
>[]
is
List
<int>
;
const
b
=
<
int
?>[]
is
List
<int>
;
void
main
()
{}