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