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