Sign in
dart
/
sdk
/
b36df2bc3480c24f005c5edec5cbc3815c4726b0
/
.
/
pkg
/
front_end
/
testcases
/
agnostic
/
map.dart.textual_outline_modelled.expect
blob: 8b31e1c95c321f2a5a068047e59779224b606923 [
file
] [
log
] [
blame
]
const
a
=
<int>
[];
const
b
=
<
int
?>[];
const
c
=
{
a
:
0
,
b
:
1
};
main
()
{}